Paleta de colores Celestial Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Sunrise

/* CSS */
.color-1 {
color: #f6a9a2;
}
.color-2 {
color: #ffcba3;
}
.color-3 {
color: #ffebb8;
}
.color-4 {
color: #ffd57a;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #f6a9a2;
--color-2: #ffcba3;
--color-3: #ffebb8;
--color-4: #ffd57a;
--color-5: #f9c54e;
}

CSS del degradado de fondo Celestial Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a9a2, #ffcba3, #ffebb8, #ffd57a, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a9a2, #ffcba3, #ffebb8, #ffd57a, #f9c54e);
}

Celestial Sunrise color palette created on .