Serene Spring Skies Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Spring Skies palette

Condividi questa palette a:

tavolozza dei colori Serene Spring Skies CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #70b3d2;
}
.color-5 {
color: #3d93b3;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #eab8e4;
--color-3: #a3c7e0;
--color-4: #70b3d2;
--color-5: #3d93b3;
}

CSS con gradiente di sfondo Serene Spring Skies

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #eab8e4, #a3c7e0, #70b3d2, #3d93b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #eab8e4, #a3c7e0, #70b3d2, #3d93b3);
}

Serene Spring Skies color palette created on .