Calm Nature Colors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Calm Nature Colors palette
Color Inspiration
Images that showcase this color palette in real designs
Download Calm Nature Colors Color Palette (PNG)
Calm Nature Colors color palette CSS
/* CSS */
.color-1 {
color: #c7ebd3;
}
.color-2 {
color: #f8de91;
}
.color-3 {
color: #f8b982;
}
.color-4 {
color: #f3a5bb;
}
.color-5 {
color: #7c84b1;
}
/* CSS Variables */
:root {
--color-1: #c7ebd3;
--color-2: #f8de91;
--color-3: #f8b982;
--color-4: #f3a5bb;
--color-5: #7c84b1;
}
Calm Nature Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7ebd3, #f8de91, #f8b982, #f3a5bb, #7c84b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7ebd3, #f8de91, #f8b982, #f3a5bb, #7c84b1);
}
Similar color palettes
Scroll down to explore 10 Mint color palettes
Calm Nature Colors color palette created on .