Whispers of Sage Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Sage palette

Condividi questa palette a:

tavolozza dei colori Whispers of Sage CSS

/* CSS */
.color-1 {
color: #c2d4ba;
}
.color-2 {
color: #a4bfa1;
}
.color-3 {
color: #8eaf8e;
}
.color-4 {
color: #6ea07e;
}
.color-5 {
color: #4b8b6e;
}

/* CSS Variables */
:root {
--color-1: #c2d4ba;
--color-2: #a4bfa1;
--color-3: #8eaf8e;
--color-4: #6ea07e;
--color-5: #4b8b6e;
}

CSS con gradiente di sfondo Whispers of Sage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d4ba, #a4bfa1, #8eaf8e, #6ea07e, #4b8b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d4ba, #a4bfa1, #8eaf8e, #6ea07e, #4b8b6e);
}

Whispers of Sage color palette created on .