Paleta de colores Dandy's Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Dandy's Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Dandy's Dreamscape

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #75d7c3;
}
.color-5 {
color: #1f628e;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8c572;
--color-3: #f9e79f;
--color-4: #75d7c3;
--color-5: #1f628e;
}

CSS del degradado de fondo Dandy's Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8c572, #f9e79f, #75d7c3, #1f628e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8c572, #f9e79f, #75d7c3, #1f628e);
}

Dandy's Dreamscape color palette created on .