Paleta de colores Celestial Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Elegance

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a1f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #4ccdc4;
}
.color-5 {
color: #f5fff5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a1f;
--color-3: #ffd900;
--color-4: #4ccdc4;
--color-5: #f5fff5;
}

CSS del degradado de fondo Celestial Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a1f, #ffd900, #4ccdc4, #f5fff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a1f, #ffd900, #4ccdc4, #f5fff5);
}

Celestial Elegance color palette created on .