Elegant Castle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Castle palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elegant Castle Color Palette (PNG)
Elegant Castle color palette CSS
/* CSS */
.color-1 {
color: #e0b700;
}
.color-2 {
color: #f5d400;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #c5a249;
}
/* CSS Variables */
:root {
--color-1: #e0b700;
--color-2: #f5d400;
--color-3: #f9e59f;
--color-4: #ffffff;
--color-5: #c5a249;
}
Elegant Castle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b700, #f5d400, #f9e59f, #ffffff, #c5a249);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b700, #f5d400, #f9e59f, #ffffff, #c5a249);
}
Similar color palettes
Elegant Castle color palette created on .