Paleta de colores Whimsical Watercolors

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Watercolors palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Watercolors

/* CSS */
.color-1 {
color: #f5b8a3;
}
.color-2 {
color: #f5d699;
}
.color-3 {
color: #e3e57b;
}
.color-4 {
color: #a2d7b7;
}
.color-5 {
color: #7ac7d1;
}

/* CSS Variables */
:root {
--color-1: #f5b8a3;
--color-2: #f5d699;
--color-3: #e3e57b;
--color-4: #a2d7b7;
--color-5: #7ac7d1;
}

CSS del degradado de fondo Whimsical Watercolors

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8a3, #f5d699, #e3e57b, #a2d7b7, #7ac7d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8a3, #f5d699, #e3e57b, #a2d7b7, #7ac7d1);
}

Whimsical Watercolors color palette created on .