Paleta de colores Celestial Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Red palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Red

/* CSS */
.color-1 {
color: #a4dfe5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f3a582;
}
.color-4 {
color: #f9e79f;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #a4dfe5;
--color-2: #ff6e61;
--color-3: #f3a582;
--color-4: #f9e79f;
--color-5: #e74d3c;
}

CSS del degradado de fondo Celestial Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dfe5, #ff6e61, #f3a582, #f9e79f, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dfe5, #ff6e61, #f3a582, #f9e79f, #e74d3c);
}

Celestial Red color palette created on .