Celestial Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Serenade palette

Condividi questa palette a:

tavolozza dei colori Celestial Serenade CSS

/* CSS */
.color-1 {
color: #f8e1d3;
}
.color-2 {
color: #d3c2e5;
}
.color-3 {
color: #a3bbe0;
}
.color-4 {
color: #5da4d0;
}
.color-5 {
color: #3c9fc3;
}

/* CSS Variables */
:root {
--color-1: #f8e1d3;
--color-2: #d3c2e5;
--color-3: #a3bbe0;
--color-4: #5da4d0;
--color-5: #3c9fc3;
}

CSS con gradiente di sfondo Celestial Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1d3, #d3c2e5, #a3bbe0, #5da4d0, #3c9fc3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1d3, #d3c2e5, #a3bbe0, #5da4d0, #3c9fc3);
}

Celestial Serenade color palette created on .