Crimson Whispers Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Crimson Whispers palette
tavolozza dei colori Crimson Whispers CSS
/* CSS */
.color-1 {
color: #502b30;
}
.color-2 {
color: #7a4d50;
}
.color-3 {
color: #b6897c;
}
.color-4 {
color: #f2b99c;
}
.color-5 {
color: #fdd6af;
}
/* CSS Variables */
:root {
--color-1: #502b30;
--color-2: #7a4d50;
--color-3: #b6897c;
--color-4: #f2b99c;
--color-5: #fdd6af;
}
CSS con gradiente di sfondo Crimson Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #502b30, #7a4d50, #b6897c, #f2b99c, #fdd6af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #502b30, #7a4d50, #b6897c, #f2b99c, #fdd6af);
}
Tavolozze di colori simili
Crimson Whispers color palette created on .