Paleta de colores Whimsical Adventures

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Adventures palette

Compartir esta paleta en:

CSS de la paleta de colores Whimsical Adventures

/* CSS */
.color-1 {
color: #9fc4e9;
}
.color-2 {
color: #f6a4a2;
}
.color-3 {
color: #f8caa5;
}
.color-4 {
color: #ffd86b;
}
.color-5 {
color: #7d9b6f;
}

/* CSS Variables */
:root {
--color-1: #9fc4e9;
--color-2: #f6a4a2;
--color-3: #f8caa5;
--color-4: #ffd86b;
--color-5: #7d9b6f;
}

CSS del degradado de fondo Whimsical Adventures

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc4e9, #f6a4a2, #f8caa5, #ffd86b, #7d9b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc4e9, #f6a4a2, #f8caa5, #ffd86b, #7d9b6f);
}

Whimsical Adventures color palette created on .