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