Paleta de colores Peach Whipped Pie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peach Whipped Pie palette

Compartir esta paleta en:

CSS de la paleta de colores Peach Whipped Pie

/* CSS */
.color-1 {
color: #e6cba8;
}
.color-2 {
color: #f3d6b4;
}
.color-3 {
color: #f9e0c3;
}
.color-4 {
color: #e9b79f;
}
.color-5 {
color: #d7a2a2;
}

/* CSS Variables */
:root {
--color-1: #e6cba8;
--color-2: #f3d6b4;
--color-3: #f9e0c3;
--color-4: #e9b79f;
--color-5: #d7a2a2;
}

CSS del degradado de fondo Peach Whipped Pie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6cba8, #f3d6b4, #f9e0c3, #e9b79f, #d7a2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6cba8, #f3d6b4, #f9e0c3, #e9b79f, #d7a2a2);
}

Peach Whipped Pie color palette created on .