Autumn Sunrise Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Autumn Sunrise palette
tavolozza dei colori Autumn Sunrise CSS
/* CSS */
.color-1 {
color: #6a2929;
}
.color-2 {
color: #d6b600;
}
.color-3 {
color: #9f512d;
}
.color-4 {
color: #eab8c9;
}
.color-5 {
color: #f4d171;
}
/* CSS Variables */
:root {
--color-1: #6a2929;
--color-2: #d6b600;
--color-3: #9f512d;
--color-4: #eab8c9;
--color-5: #f4d171;
}
CSS con gradiente di sfondo Autumn Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a2929, #d6b600, #9f512d, #eab8c9, #f4d171);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a2929, #d6b600, #9f512d, #eab8c9, #f4d171);
}
Tavolozze di colori simili
Autumn Sunrise color palette created on .