Serene Sky Whisper Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serene Sky Whisper palette
tavolozza dei colori Serene Sky Whisper CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e5e2e1;
}
.color-3 {
color: #c6d2d7;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #6d9fd5;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e5e2e1;
--color-3: #c6d2d7;
--color-4: #a3c7e0;
--color-5: #6d9fd5;
}
CSS con gradiente di sfondo Serene Sky Whisper
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e5e2e1, #c6d2d7, #a3c7e0, #6d9fd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e5e2e1, #c6d2d7, #a3c7e0, #6d9fd5);
}
Tavolozze di colori simili
Serene Sky Whisper color palette created on .