Enchanted Citadel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Citadel palette

Share this palette to:

Enchanted Citadel color palette CSS

/* CSS */
.color-1 {
color: #899bc2;
}
.color-2 {
color: #c4a478;
}
.color-3 {
color: #e8b34a;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #b65c3e;
}

/* CSS Variables */
:root {
--color-1: #899bc2;
--color-2: #c4a478;
--color-3: #e8b34a;
--color-4: #f5c400;
--color-5: #b65c3e;
}

Enchanted Citadel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #899bc2, #c4a478, #e8b34a, #f5c400, #b65c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #899bc2, #c4a478, #e8b34a, #f5c400, #b65c3e);
}

Enchanted Citadel color palette created on .