Shades of Yellow and Red Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Yellow and Red palette
tavolozza dei colori Shades of Yellow and Red CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e57e24;
}
.color-3 {
color: #d85b31;
}
.color-4 {
color: #a63d2b;
}
.color-5 {
color: #6a292f;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e57e24;
--color-3: #d85b31;
--color-4: #a63d2b;
--color-5: #6a292f;
}
CSS con gradiente di sfondo Shades of Yellow and Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e57e24, #d85b31, #a63d2b, #6a292f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e57e24, #d85b31, #a63d2b, #6a292f);
}
Tavolozze di colori simili
Shades of Yellow and Red color palette created on .