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: #a7c8b9;
}
.color-2 {
color: #b3d1c6;
}
.color-3 {
color: #c2e0d9;
}
.color-4 {
color: #d9f2e5;
}
.color-5 {
color: #e6f9f4;
}

/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #b3d1c6;
--color-3: #c2e0d9;
--color-4: #d9f2e5;
--color-5: #e6f9f4;
}

CSS con gradiente di sfondo Whispers of Sage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #b3d1c6, #c2e0d9, #d9f2e5, #e6f9f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #b3d1c6, #c2e0d9, #d9f2e5, #e6f9f4);
}

Whispers of Sage color palette created on .