Paleta de colores Celestial Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Serenade

/* 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 del degradado de fondo 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 .