Sad Red Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sad Red palette
tavolozza dei colori Sad Red CSS
/* CSS */
.color-1 {
color: #850f23;
}
.color-2 {
color: #b12f20;
}
.color-3 {
color: #c44042;
}
.color-4 {
color: #d56862;
}
.color-5 {
color: #cf3030;
}
/* CSS Variables */
:root {
--color-1: #850f23;
--color-2: #b12f20;
--color-3: #c44042;
--color-4: #d56862;
--color-5: #cf3030;
}
CSS con gradiente di sfondo Sad Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #850f23, #b12f20, #c44042, #d56862, #cf3030);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #850f23, #b12f20, #c44042, #d56862, #cf3030);
}
Tavolozze di colori simili
Sad Red color palette created on .