Paleta de colores Patchwork Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Patchwork Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Patchwork Dreams

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ffcc80;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #a7d7c9;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9e66;
--color-3: #ffcc80;
--color-4: #f0e78e;
--color-5: #a7d7c9;
}

CSS del degradado de fondo Patchwork Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9e66, #ffcc80, #f0e78e, #a7d7c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9e66, #ffcc80, #f0e78e, #a7d7c9);
}

Patchwork Dreams color palette created on .