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: #a3c2e0;
}
.color-2 {
color: #80b3d6;
}
.color-3 {
color: #5faee3;
}
.color-4 {
color: #3aafd9;
}
.color-5 {
color: #208dbc;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #80b3d6;
--color-3: #5faee3;
--color-4: #3aafd9;
--color-5: #208dbc;
}

CSS con gradiente di sfondo Serene Sky Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #80b3d6, #5faee3, #3aafd9, #208dbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #80b3d6, #5faee3, #3aafd9, #208dbc);
}

Serene Sky Dreams color palette created on .