Paleta de colores Serenade of Petals

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenade of Petals palette

Compartir esta paleta en:

CSS de la paleta de colores Serenade of Petals

/* 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 del degradado de fondo 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 .