Warm Magia Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Warm Magia palette
tavolozza dei colori Warm Magia CSS
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e3b54a;
}
.color-3 {
color: #d07f49;
}
.color-4 {
color: #b95d4b;
}
.color-5 {
color: #8e293e;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e3b54a;
--color-3: #d07f49;
--color-4: #b95d4b;
--color-5: #8e293e;
}
CSS con gradiente di sfondo Warm Magia
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e3b54a, #d07f49, #b95d4b, #8e293e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e3b54a, #d07f49, #b95d4b, #8e293e);
}
Tavolozze di colori simili
Warm Magia color palette created on .