Dreams of Hallownest Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Dreams of Hallownest palette
tavolozza dei colori Dreams of Hallownest CSS
/* CSS */
.color-1 {
color: #1c1e3f;
}
.color-2 {
color: #3a3f69;
}
.color-3 {
color: #5b5f8b;
}
.color-4 {
color: #a3a7c7;
}
.color-5 {
color: #dadae2;
}
/* CSS Variables */
:root {
--color-1: #1c1e3f;
--color-2: #3a3f69;
--color-3: #5b5f8b;
--color-4: #a3a7c7;
--color-5: #dadae2;
}
CSS con gradiente di sfondo Dreams of Hallownest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e3f, #3a3f69, #5b5f8b, #a3a7c7, #dadae2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e3f, #3a3f69, #5b5f8b, #a3a7c7, #dadae2);
}
Tavolozze di colori simili
Dreams of Hallownest color palette created on .