Paleta de colores Celestial Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Embrace

/* CSS */
.color-1 {
color: #f5e1b2;
}
.color-2 {
color: #f3bfaf;
}
.color-3 {
color: #f1a2c2;
}
.color-4 {
color: #e09ee0;
}
.color-5 {
color: #b1cee2;
}

/* CSS Variables */
:root {
--color-1: #f5e1b2;
--color-2: #f3bfaf;
--color-3: #f1a2c2;
--color-4: #e09ee0;
--color-5: #b1cee2;
}

CSS del degradado de fondo Celestial Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e1b2, #f3bfaf, #f1a2c2, #e09ee0, #b1cee2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e1b2, #f3bfaf, #f1a2c2, #e09ee0, #b1cee2);
}

Celestial Embrace color palette created on .