Scarlet Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Scarlet Shades palette

Condividi questa palette a:

tavolozza dei colori Scarlet Shades CSS

/* CSS */
.color-1 {
color: #9b3b5d;
}
.color-2 {
color: #d84f6d;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f0e2e0;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #9b3b5d;
--color-2: #d84f6d;
--color-3: #f5a524;
--color-4: #f0e2e0;
--color-5: #a3c7e0;
}

CSS con gradiente di sfondo Scarlet Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b3b5d, #d84f6d, #f5a524, #f0e2e0, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b3b5d, #d84f6d, #f5a524, #f0e2e0, #a3c7e0);
}

Scarlet Shades color palette created on .