Nature's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nature's Embrace palette
Color Inspiration
Images that showcase this color palette in real designs
Download Nature's Embrace Color Palette (PNG)
Nature's Embrace color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #5c8a8a;
}
.color-3 {
color: #3b5b8c;
}
.color-4 {
color: #e2b59c;
}
.color-5 {
color: #f5c7d0;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #5c8a8a;
--color-3: #3b5b8c;
--color-4: #e2b59c;
--color-5: #f5c7d0;
}
Nature's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #5c8a8a, #3b5b8c, #e2b59c, #f5c7d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #5c8a8a, #3b5b8c, #e2b59c, #f5c7d0);
}
Similar color palettes
Nature's Embrace color palette created on .