Paleta de colores Allie's Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Allie's Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Allie's Dreamscape

/* CSS */
.color-1 {
color: #f99fb6;
}
.color-2 {
color: #f6d12c;
}
.color-3 {
color: #a4d695;
}
.color-4 {
color: #6bb2e1;
}
.color-5 {
color: #3b4e78;
}

/* CSS Variables */
:root {
--color-1: #f99fb6;
--color-2: #f6d12c;
--color-3: #a4d695;
--color-4: #6bb2e1;
--color-5: #3b4e78;
}

CSS del degradado de fondo Allie's Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99fb6, #f6d12c, #a4d695, #6bb2e1, #3b4e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99fb6, #f6d12c, #a4d695, #6bb2e1, #3b4e78);
}

Allie's Dreamscape color palette created on .