Celestial Whisper Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Whisper palette

Condividi questa palette a:

tavolozza dei colori Celestial Whisper CSS

/* CSS */
.color-1 {
color: #f3f4f6;
}
.color-2 {
color: #e3e0d3;
}
.color-3 {
color: #d1c8c1;
}
.color-4 {
color: #b2a4a6;
}
.color-5 {
color: #8d7c7f;
}

/* CSS Variables */
:root {
--color-1: #f3f4f6;
--color-2: #e3e0d3;
--color-3: #d1c8c1;
--color-4: #b2a4a6;
--color-5: #8d7c7f;
}

CSS con gradiente di sfondo Celestial Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f4f6, #e3e0d3, #d1c8c1, #b2a4a6, #8d7c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f4f6, #e3e0d3, #d1c8c1, #b2a4a6, #8d7c7f);
}

Celestial Whisper color palette created on .