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: #f5d547;
}
.color-2 {
color: #8a4b8b;
}
.color-3 {
color: #d57a34;
}
.color-4 {
color: #4b9b8f;
}
.color-5 {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--color-1: #f5d547;
--color-2: #8a4b8b;
--color-3: #d57a34;
--color-4: #4b9b8f;
--color-5: #ff5c5c;
}
CSS con gradiente di sfondo Shades of Yellow Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d547, #8a4b8b, #d57a34, #4b9b8f, #ff5c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d547, #8a4b8b, #d57a34, #4b9b8f, #ff5c5c);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 900+ tavolozzas di colori Estetico
Shades of Yellow Red color palette created on .