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: #f3d5a0;
}
.color-2 {
color: #f09d70;
}
.color-3 {
color: #e76d4b;
}
.color-4 {
color: #d35f9d;
}
.color-5 {
color: #6a8faf;
}
/* CSS Variables */
:root {
--color-1: #f3d5a0;
--color-2: #f09d70;
--color-3: #e76d4b;
--color-4: #d35f9d;
--color-5: #6a8faf;
}
CSS del degradado de fondo Shades of Peach
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d5a0, #f09d70, #e76d4b, #d35f9d, #6a8faf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d5a0, #f09d70, #e76d4b, #d35f9d, #6a8faf);
}
Paletas de colores similares
Shades of Peach color palette created on .