Paleta de colores Sweet Forest Fawn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Forest Fawn palette
CSS de la paleta de colores Sweet Forest Fawn
/* CSS */
.color-1 {
color: #f4c3b3;
}
.color-2 {
color: #e6a8b0;
}
.color-3 {
color: #d39f9c;
}
.color-4 {
color: #c68b8c;
}
.color-5 {
color: #b36b79;
}
/* CSS Variables */
:root {
--color-1: #f4c3b3;
--color-2: #e6a8b0;
--color-3: #d39f9c;
--color-4: #c68b8c;
--color-5: #b36b79;
}
CSS del degradado de fondo Sweet Forest Fawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3b3, #e6a8b0, #d39f9c, #c68b8c, #b36b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3b3, #e6a8b0, #d39f9c, #c68b8c, #b36b79);
}
Paletas de colores similares
Sweet Forest Fawn color palette created on .