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: #a8c8e1;
}
.color-2 {
color: #b5e1e8;
}
.color-3 {
color: #f1f7f9;
}
.color-4 {
color: #f7c5c5;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #a8c8e1;
--color-2: #b5e1e8;
--color-3: #f1f7f9;
--color-4: #f7c5c5;
--color-5: #eab8d1;
}

CSS del degradado de fondo Celestial Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c8e1, #b5e1e8, #f1f7f9, #f7c5c5, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c8e1, #b5e1e8, #f1f7f9, #f7c5c5, #eab8d1);
}

Celestial Serenade color palette created on .