Greek Statues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Greek Statues palette
Greek Statues color palette CSS
/* CSS */
.color-1 {
color: #dcd8d0;
}
.color-2 {
color: #ced4ce;
}
.color-3 {
color: #b6c3c9;
}
.color-4 {
color: #839593;
}
.color-5 {
color: #526053;
}
/* CSS Variables */
:root {
--color-1: #dcd8d0;
--color-2: #ced4ce;
--color-3: #b6c3c9;
--color-4: #839593;
--color-5: #526053;
}
Greek Statues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcd8d0, #ced4ce, #b6c3c9, #839593, #526053);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcd8d0, #ced4ce, #b6c3c9, #839593, #526053);
}
Similar color palettes
Greek Statues color palette created on .