Serene Sky Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Sky Dreams palette

Condividi questa palette a:

tavolozza dei colori Serene Sky Dreams CSS

/* CSS */
.color-1 {
color: #b1e0e7;
}
.color-2 {
color: #a4c2db;
}
.color-3 {
color: #8cb9e8;
}
.color-4 {
color: #6ea1d8;
}
.color-5 {
color: #5d9bd5;
}

/* CSS Variables */
:root {
--color-1: #b1e0e7;
--color-2: #a4c2db;
--color-3: #8cb9e8;
--color-4: #6ea1d8;
--color-5: #5d9bd5;
}

CSS con gradiente di sfondo Serene Sky Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1e0e7, #a4c2db, #8cb9e8, #6ea1d8, #5d9bd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1e0e7, #a4c2db, #8cb9e8, #6ea1d8, #5d9bd5);
}

Serene Sky Dreams color palette created on .