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: #ffb3e4;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #ff8c00;
}

/* CSS Variables */
:root {
--color-1: #ffb3e4;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #ffd942;
--color-5: #ff8c00;
}

CSS del degradado de fondo Celestial Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3e4, #ff6e61, #ffb84d, #ffd942, #ff8c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3e4, #ff6e61, #ffb84d, #ffd942, #ff8c00);
}

Celestial Sunrise color palette created on .