{% extends 'admin/base.html' %} {% load static %} {% block title %}Color Settings - Admin Panel{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Color Settings

Kelola skema warna website

{% csrf_token %}

Website Color Scheme

Preview Warna Website

Header Preview
Website Name
Button Preview
Text Preview
Sample Heading

This is a sample paragraph to show how the text color will look on your website. The color will be applied to all text elements.

Color Palette
Primary
{{ settings.primary_color|default:'#16a34a' }}
Secondary
{{ settings.secondary_color|default:'#15803d' }}
Accent
{{ settings.accent_color|default:'#22c55e' }}
Text
{{ settings.text_color|default:'#1f2937' }}
Dashboard
{% endblock %} {% block extra_js %} {% endblock %}