Serene Whisper Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Whisper palette

Condividi questa palette a:

tavolozza dei colori Serene Whisper CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b6d2e2;
}
.color-3 {
color: #c7e3f5;
}
.color-4 {
color: #dff2f6;
}
.color-5 {
color: #f0f9ff;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b6d2e2;
--color-3: #c7e3f5;
--color-4: #dff2f6;
--color-5: #f0f9ff;
}

CSS con gradiente di sfondo Serene Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b6d2e2, #c7e3f5, #dff2f6, #f0f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b6d2e2, #c7e3f5, #dff2f6, #f0f9ff);
}

Serene Whisper color palette created on .