Paleta de colores Whimsical Greetings

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Greetings palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Greetings

/* CSS */
.color-1 {
color: #fceb8d;
}
.color-2 {
color: #f9b1ae;
}
.color-3 {
color: #f78da7;
}
.color-4 {
color: #d185b9;
}
.color-5 {
color: #a76c99;
}

/* CSS Variables */
:root {
--color-1: #fceb8d;
--color-2: #f9b1ae;
--color-3: #f78da7;
--color-4: #d185b9;
--color-5: #a76c99;
}

CSS del degradado de fondo Whimsical Greetings

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fceb8d, #f9b1ae, #f78da7, #d185b9, #a76c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fceb8d, #f9b1ae, #f78da7, #d185b9, #a76c99);
}

Whimsical Greetings color palette created on .