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