"Autumn's Embrace" Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with "Autumn's Embrace" palette
tavolozza dei colori "Autumn's Embrace" CSS
/* CSS */
.color-1 {
color: #e9d1a5;
}
.color-2 {
color: #74633e;
}
.color-3 {
color: #a63030;
}
.color-4 {
color: #434232;
}
.color-5 {
color: #5b2029;
}
/* CSS Variables */
:root {
--color-1: #e9d1a5;
--color-2: #74633e;
--color-3: #a63030;
--color-4: #434232;
--color-5: #5b2029;
}
CSS con gradiente di sfondo "Autumn's Embrace"
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d1a5, #74633e, #a63030, #434232, #5b2029);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d1a5, #74633e, #a63030, #434232, #5b2029);
}
Tavolozze di colori simili
"Autumn's Embrace" color palette created on .