Paleta de colores Celestial Temptation

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Temptation palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Temptation

/* CSS */
.color-1 {
color: #f5c4a3;
}
.color-2 {
color: #f1a7ae;
}
.color-3 {
color: #c796e3;
}
.color-4 {
color: #8b69bf;
}
.color-5 {
color: #5a4f8c;
}

/* CSS Variables */
:root {
--color-1: #f5c4a3;
--color-2: #f1a7ae;
--color-3: #c796e3;
--color-4: #8b69bf;
--color-5: #5a4f8c;
}

CSS del degradado de fondo Celestial Temptation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c4a3, #f1a7ae, #c796e3, #8b69bf, #5a4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c4a3, #f1a7ae, #c796e3, #8b69bf, #5a4f8c);
}

Celestial Temptation color palette created on .