Paleta de colores Butter and Blue Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Butter and Blue Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Butter and Blue Dream

/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #a3c8e0;
}
.color-3 {
color: #f8d8a0;
}
.color-4 {
color: #afd4cf;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #a3c8e0;
--color-3: #f8d8a0;
--color-4: #afd4cf;
--color-5: #f1a8a2;
}

CSS del degradado de fondo Butter and Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #a3c8e0, #f8d8a0, #afd4cf, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #a3c8e0, #f8d8a0, #afd4cf, #f1a8a2);
}

Butter and Blue Dream color palette created on .