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