Paleta de colores Celestial Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Blossoms

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f9a89f;
}
.color-3 {
color: #f5708f;
}
.color-4 {
color: #e9496c;
}
.color-5 {
color: #d02552;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f9a89f;
--color-3: #f5708f;
--color-4: #e9496c;
--color-5: #d02552;
}

CSS del degradado de fondo Celestial Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f9a89f, #f5708f, #e9496c, #d02552);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f9a89f, #f5708f, #e9496c, #d02552);
}

Celestial Blossoms color palette created on .