Romanian Castle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Romanian Castle palette
Romanian Castle color palette PNG image
Romanian Castle color palette CSS
/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #a87d4d;
}
.color-3 {
color: #895b29;
}
.color-4 {
color: #5b3a29;
}
.color-5 {
color: #4b2c20;
}
/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #a87d4d;
--color-3: #895b29;
--color-4: #5b3a29;
--color-5: #4b2c20;
}
Romanian Castle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #a87d4d, #895b29, #5b3a29, #4b2c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #a87d4d, #895b29, #5b3a29, #4b2c20);
}
Similar color palettes
Scroll down to explore 1000+ colors.castle color palettes
Romanian Castle color palette created on .