Greek Statues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Greek Statues palette

Condividi questa palette a:

tavolozza dei colori Greek Statues 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;
}

CSS con gradiente di sfondo Greek Statues

/* 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);
}

Greek Statues color palette created on .