Shades of Red and Purple Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Red and Purple palette
tavolozza dei colori Shades of Red and Purple CSS
/* CSS */
.color-1 {
color: #401214;
}
.color-2 {
color: #ac3e46;
}
.color-3 {
color: #67324b;
}
.color-4 {
color: #9e7688;
}
.color-5 {
color: #d8acb4;
}
/* CSS Variables */
:root {
--color-1: #401214;
--color-2: #ac3e46;
--color-3: #67324b;
--color-4: #9e7688;
--color-5: #d8acb4;
}
CSS con gradiente di sfondo Shades of Red and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #401214, #ac3e46, #67324b, #9e7688, #d8acb4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #401214, #ac3e46, #67324b, #9e7688, #d8acb4);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 1 tavolozza di colori Darkred
Shades of Red and Purple color palette created on .