Paleta de colores Whimsical Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Serenity palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Whimsical Serenity

Download whimsical serenity color palette PNG image (landscape)
Download whimsical serenity color palette PNG image (square)

CSS de la paleta de colores Whimsical Serenity

/* CSS */
.color-1 {
color: #f4f1e6;
}
.color-2 {
color: #dab68b;
}
.color-3 {
color: #e65b89;
}
.color-4 {
color: #5d8e8b;
}
.color-5 {
color: #a1c6d4;
}

/* CSS Variables */
:root {
--color-1: #f4f1e6;
--color-2: #dab68b;
--color-3: #e65b89;
--color-4: #5d8e8b;
--color-5: #a1c6d4;
}

CSS del degradado de fondo Whimsical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f1e6, #dab68b, #e65b89, #5d8e8b, #a1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f1e6, #dab68b, #e65b89, #5d8e8b, #a1c6d4);
}

Whimsical Serenity color palette created on .