Autumn Whispers Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Autumn Whispers palette
tavolozza dei colori Autumn Whispers CSS
/* CSS */
.color-1 {
color: #f7e3b6;
}
.color-2 {
color: #f1be83;
}
.color-3 {
color: #f08228;
}
.color-4 {
color: #ec4d18;
}
.color-5 {
color: #b62028;
}
/* CSS Variables */
:root {
--color-1: #f7e3b6;
--color-2: #f1be83;
--color-3: #f08228;
--color-4: #ec4d18;
--color-5: #b62028;
}
CSS con gradiente di sfondo Autumn Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e3b6, #f1be83, #f08228, #ec4d18, #b62028);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e3b6, #f1be83, #f08228, #ec4d18, #b62028);
}
Tavolozze di colori simili
Autumn Whispers color palette created on .