Enchanted Kingdoms Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Enchanted Kingdoms palette

Condividi questa palette a:

tavolozza dei colori Enchanted Kingdoms CSS

/* CSS */
.color-1 {
color: #7f4b8b;
}
.color-2 {
color: #b35b7b;
}
.color-3 {
color: #e6a66b;
}
.color-4 {
color: #f9d75d;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #7f4b8b;
--color-2: #b35b7b;
--color-3: #e6a66b;
--color-4: #f9d75d;
--color-5: #f4a462;
}

CSS con gradiente di sfondo Enchanted Kingdoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f4b8b, #b35b7b, #e6a66b, #f9d75d, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f4b8b, #b35b7b, #e6a66b, #f9d75d, #f4a462);
}

Enchanted Kingdoms color palette created on .