Ethereal Reverie Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Ethereal Reverie palette
tavolozza dei colori Ethereal Reverie CSS
/* CSS */
.color-1 {
color: #f8c8a0;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #d85d2c;
}
.color-4 {
color: #8b2d4b;
}
.color-5 {
color: #4c3b6d;
}
/* CSS Variables */
:root {
--color-1: #f8c8a0;
--color-2: #f5a524;
--color-3: #d85d2c;
--color-4: #8b2d4b;
--color-5: #4c3b6d;
}
CSS con gradiente di sfondo Ethereal Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c8a0, #f5a524, #d85d2c, #8b2d4b, #4c3b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c8a0, #f5a524, #d85d2c, #8b2d4b, #4c3b6d);
}
Tavolozze di colori simili
Ethereal Reverie color palette created on .