Paleta de colores Yellow Blue Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow Blue Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow Blue Dream

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #4c8ce6;
}
.color-4 {
color: #3d6b99;
}
.color-5 {
color: #1e3b67;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f0a800;
--color-3: #4c8ce6;
--color-4: #3d6b99;
--color-5: #1e3b67;
}

CSS del degradado de fondo Yellow Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f0a800, #4c8ce6, #3d6b99, #1e3b67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f0a800, #4c8ce6, #3d6b99, #1e3b67);
}

Yellow Blue Dream color palette created on .