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