Paleta de colores Whimsical Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Serenity

/* CSS */
.color-1 {
color: #f9b4b7;
}
.color-2 {
color: #fdd39b;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #4abbe8;
}
.color-5 {
color: #2a2c41;
}

/* CSS Variables */
:root {
--color-1: #f9b4b7;
--color-2: #fdd39b;
--color-3: #a3d55d;
--color-4: #4abbe8;
--color-5: #2a2c41;
}

CSS del degradado de fondo Whimsical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4b7, #fdd39b, #a3d55d, #4abbe8, #2a2c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4b7, #fdd39b, #a3d55d, #4abbe8, #2a2c41);
}

Whimsical Serenity color palette created on .