Paleta de colores Peach Cottage

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peach Cottage palette

Compartir esta paleta en:

CSS de la paleta de colores Peach Cottage

/* CSS */
.color-1 {
color: #a9d6bb;
}
.color-2 {
color: #f2e4d4;
}
.color-3 {
color: #f9c9a9;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #a9d6bb;
--color-2: #f2e4d4;
--color-3: #f9c9a9;
--color-4: #f4a462;
--color-5: #e76e50;
}

CSS del degradado de fondo Peach Cottage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6bb, #f2e4d4, #f9c9a9, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6bb, #f2e4d4, #f9c9a9, #f4a462, #e76e50);
}

Peach Cottage color palette created on .