Paleta de colores Whimsical Meadow Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Meadow Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Meadow Breeze

/* CSS */
.color-1 {
color: #d8eaf3;
}
.color-2 {
color: #f3e282;
}
.color-3 {
color: #c4cfc8;
}
.color-4 {
color: #d1bd6b;
}
.color-5 {
color: #93aebe;
}

/* CSS Variables */
:root {
--color-1: #d8eaf3;
--color-2: #f3e282;
--color-3: #c4cfc8;
--color-4: #d1bd6b;
--color-5: #93aebe;
}

CSS del degradado de fondo Whimsical Meadow Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8eaf3, #f3e282, #c4cfc8, #d1bd6b, #93aebe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8eaf3, #f3e282, #c4cfc8, #d1bd6b, #93aebe);
}

Whimsical Meadow Breeze color palette created on .