Nature's Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nature's Serenade palette
Nature's Serenade color palette CSS
/* CSS */
.color-1 {
color: #a4d5b6;
}
.color-2 {
color: #f6e8b1;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #f28d78;
}
.color-5 {
color: #d86969;
}
/* CSS Variables */
:root {
--color-1: #a4d5b6;
--color-2: #f6e8b1;
--color-3: #f7c5a6;
--color-4: #f28d78;
--color-5: #d86969;
}
Nature's Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d5b6, #f6e8b1, #f7c5a6, #f28d78, #d86969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d5b6, #f6e8b1, #f7c5a6, #f28d78, #d86969);
}
Similar color palettes
Nature's Serenade color palette created on .