Paleta de colores Meadow Ramble

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Meadow Ramble palette

Compartir esta paleta en:

CSS de la paleta de colores Meadow Ramble

/* CSS */
.color-1 {
color: #c19fb2;
}
.color-2 {
color: #f5c7b2;
}
.color-3 {
color: #f3eba0;
}
.color-4 {
color: #d2e5a9;
}
.color-5 {
color: #8cbb8b;
}

/* CSS Variables */
:root {
--color-1: #c19fb2;
--color-2: #f5c7b2;
--color-3: #f3eba0;
--color-4: #d2e5a9;
--color-5: #8cbb8b;
}

CSS del degradado de fondo Meadow Ramble

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c19fb2, #f5c7b2, #f3eba0, #d2e5a9, #8cbb8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c19fb2, #f5c7b2, #f3eba0, #d2e5a9, #8cbb8b);
}

Meadow Ramble color palette created on .