Paleta de colores Amy's Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amy's Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Amy's Dreamscape

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #6ec6d4;
}
.color-4 {
color: #4f9da1;
}
.color-5 {
color: #f5b6a3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #6ec6d4;
--color-4: #4f9da1;
--color-5: #f5b6a3;
}

CSS del degradado de fondo Amy's Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #6ec6d4, #4f9da1, #f5b6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #6ec6d4, #4f9da1, #f5b6a3);
}

Amy's Dreamscape color palette created on .