Serenade of Hues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenade of Hues palette

Condividi questa palette a:

tavolozza dei colori Serenade of Hues CSS

/* CSS */
.color-1 {
color: #f7c2a1;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #d86e9c;
}
.color-4 {
color: #a589eb;
}
.color-5 {
color: #4c51e1;
}

/* CSS Variables */
:root {
--color-1: #f7c2a1;
--color-2: #f1a7b4;
--color-3: #d86e9c;
--color-4: #a589eb;
--color-5: #4c51e1;
}

CSS con gradiente di sfondo Serenade of Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c2a1, #f1a7b4, #d86e9c, #a589eb, #4c51e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c2a1, #f1a7b4, #d86e9c, #a589eb, #4c51e1);
}

Serenade of Hues color palette created on .