Calm Nature Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Calm Nature Colors palette

Share this palette to:

Download Calm Nature Colors Color Palette (PNG)

Download calm nature colors color palette PNG image (landscape)
Download calm nature colors color palette PNG image (square)

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);
}

Calm Nature Colors color palette created on .