Colors of Scaramouche Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Colors of Scaramouche palette

Condividi questa palette a:

tavolozza dei colori Colors of Scaramouche CSS

/* CSS */
.color-1 {
color: #e5b62a;
}
.color-2 {
color: #ef6c6c;
}
.color-3 {
color: #7e4b8b;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #f2cfc0;
}

/* CSS Variables */
:root {
--color-1: #e5b62a;
--color-2: #ef6c6c;
--color-3: #7e4b8b;
--color-4: #4b91e2;
--color-5: #f2cfc0;
}

CSS con gradiente di sfondo Colors of Scaramouche

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b62a, #ef6c6c, #7e4b8b, #4b91e2, #f2cfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b62a, #ef6c6c, #7e4b8b, #4b91e2, #f2cfc0);
}

Colors of Scaramouche color palette created on .