Nature's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nature's Embrace palette
Nature's Embrace color palette CSS
/* CSS */
.color-1 {
color: #8ecae6;
}
.color-2 {
color: #ffb805;
}
.color-3 {
color: #fa8500;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #4a4e68;
}
/* CSS Variables */
:root {
--color-1: #8ecae6;
--color-2: #ffb805;
--color-3: #fa8500;
--color-4: #d60032;
--color-5: #4a4e68;
}
Nature's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ecae6, #ffb805, #fa8500, #d60032, #4a4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ecae6, #ffb805, #fa8500, #d60032, #4a4e68);
}
Similar color palettes
Nature's Embrace color palette created on .