Paleta de colores Celestial Radiance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Radiance palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Radiance

/* CSS */
.color-1 {
color: #ffec42;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d8e;
}
.color-4 {
color: #8c4fe8;
}
.color-5 {
color: #2d9feb;
}

/* CSS Variables */
:root {
--color-1: #ffec42;
--color-2: #ff6e61;
--color-3: #ff3d8e;
--color-4: #8c4fe8;
--color-5: #2d9feb;
}

CSS del degradado de fondo Celestial Radiance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffec42, #ff6e61, #ff3d8e, #8c4fe8, #2d9feb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffec42, #ff6e61, #ff3d8e, #8c4fe8, #2d9feb);
}

Celestial Radiance color palette created on .