Celestial Temptation Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Temptation palette

Condividi questa palette a:

tavolozza dei colori Celestial Temptation CSS

/* 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 con gradiente di sfondo 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 .