Paleta de colores Celestial Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Blossom

/* CSS */
.color-1 {
color: #f6a7b3;
}
.color-2 {
color: #f6c4b1;
}
.color-3 {
color: #f6e1a7;
}
.color-4 {
color: #a4d4a1;
}
.color-5 {
color: #7fb5c3;
}

/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #f6c4b1;
--color-3: #f6e1a7;
--color-4: #a4d4a1;
--color-5: #7fb5c3;
}

CSS del degradado de fondo Celestial Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #f6c4b1, #f6e1a7, #a4d4a1, #7fb5c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #f6c4b1, #f6e1a7, #a4d4a1, #7fb5c3);
}

Celestial Blossom color palette created on .