Crimson Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Harmony palette

Condividi questa palette a:

tavolozza dei colori Crimson Harmony CSS

/* CSS */
.color-1 {
color: #d33131;
}
.color-2 {
color: #e57171;
}
.color-3 {
color: #ffc105;
}
.color-4 {
color: #8d6f62;
}
.color-5 {
color: #4d332d;
}

/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #e57171;
--color-3: #ffc105;
--color-4: #8d6f62;
--color-5: #4d332d;
}

CSS con gradiente di sfondo Crimson Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #e57171, #ffc105, #8d6f62, #4d332d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #e57171, #ffc105, #8d6f62, #4d332d);
}

Crimson Harmony color palette created on .