Paleta de colores Warm Peach
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Peach palette
CSS de la paleta de colores Warm Peach
/* CSS */
.color-1 {
color: #e5b19e;
}
.color-2 {
color: #d89c7d;
}
.color-3 {
color: #c78e70;
}
.color-4 {
color: #b87e61;
}
.color-5 {
color: #a56c50;
}
/* CSS Variables */
:root {
--color-1: #e5b19e;
--color-2: #d89c7d;
--color-3: #c78e70;
--color-4: #b87e61;
--color-5: #a56c50;
}
CSS del degradado de fondo Warm Peach
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b19e, #d89c7d, #c78e70, #b87e61, #a56c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b19e, #d89c7d, #c78e70, #b87e61, #a56c50);
}
Paletas de colores similares
Warm Peach color palette created on .