Sweet Forest Fawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Forest Fawn palette
Sweet Forest Fawn color palette CSS
/* 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;
}
Sweet Forest Fawn background gradient CSS
/* 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);
}
Similar color palettes
Sweet Forest Fawn color palette created on .