Crimson Valor Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Crimson Valor palette
tavolozza dei colori Crimson Valor CSS
/* CSS */
.color-1 {
color: #4d0f26;
}
.color-2 {
color: #791b47;
}
.color-3 {
color: #a93d5f;
}
.color-4 {
color: #d39f5a;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #4d0f26;
--color-2: #791b47;
--color-3: #a93d5f;
--color-4: #d39f5a;
--color-5: #f4e1a4;
}
CSS con gradiente di sfondo Crimson Valor
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0f26, #791b47, #a93d5f, #d39f5a, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0f26, #791b47, #a93d5f, #d39f5a, #f4e1a4);
}
Tavolozze di colori simili
Crimson Valor color palette created on .