Spirits of the Twilight Realm Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Spirits of the Twilight Realm palette
tavolozza dei colori Spirits of the Twilight Realm CSS
/* CSS */
.color-1 {
color: #edc3b5;
}
.color-2 {
color: #c7a3d2;
}
.color-3 {
color: #8c6dd9;
}
.color-4 {
color: #5e4b8b;
}
.color-5 {
color: #4c2e70;
}
/* CSS Variables */
:root {
--color-1: #edc3b5;
--color-2: #c7a3d2;
--color-3: #8c6dd9;
--color-4: #5e4b8b;
--color-5: #4c2e70;
}
CSS con gradiente di sfondo Spirits of the Twilight Realm
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edc3b5, #c7a3d2, #8c6dd9, #5e4b8b, #4c2e70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edc3b5, #c7a3d2, #8c6dd9, #5e4b8b, #4c2e70);
}
Tavolozze di colori simili
Spirits of the Twilight Realm color palette created on .