Nestled Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nestled Hues palette
Nestled Hues color palette CSS
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #8c5b3b;
}
.color-3 {
color: #d9b99b;
}
.color-4 {
color: #f2cfc0;
}
.color-5 {
color: #f4e0d7;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #8c5b3b;
--color-3: #d9b99b;
--color-4: #f2cfc0;
--color-5: #f4e0d7;
}
Nestled Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #8c5b3b, #d9b99b, #f2cfc0, #f4e0d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #8c5b3b, #d9b99b, #f2cfc0, #f4e0d7);
}
Similar color palettes
Nestled Hues color palette created on .