Serenade of Petals Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serenade of Petals palette

Condividi questa palette a:

tavolozza dei colori Serenade of Petals CSS

/* CSS */
.color-1 {
color: #3b8fb0;
}
.color-2 {
color: #5fb3c8;
}
.color-3 {
color: #a2d1e2;
}
.color-4 {
color: #f7c5d5;
}
.color-5 {
color: #f8a0b0;
}

/* CSS Variables */
:root {
--color-1: #3b8fb0;
--color-2: #5fb3c8;
--color-3: #a2d1e2;
--color-4: #f7c5d5;
--color-5: #f8a0b0;
}

CSS con gradiente di sfondo Serenade of Petals

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fb0, #5fb3c8, #a2d1e2, #f7c5d5, #f8a0b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fb0, #5fb3c8, #a2d1e2, #f7c5d5, #f8a0b0);
}

Serenade of Petals color palette created on .