Paleta de colores Petal Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Petal Serenade palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Petal Serenade

Download petal serenade color palette PNG image (landscape)
Download petal serenade color palette PNG image (square)

CSS de la paleta de colores Petal Serenade

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #4c9e8e;
}
.color-5 {
color: #2a8d8d;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ffcb5c;
--color-4: #4c9e8e;
--color-5: #2a8d8d;
}

CSS del degradado de fondo Petal Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ffcb5c, #4c9e8e, #2a8d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ffcb5c, #4c9e8e, #2a8d8d);
}

Petal Serenade color palette created on .