Peacefully Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peacefully palette

Share this palette to:

Peacefully color palette PNG image

Download peacefully color palette PNG image (landscape)
Download peacefully color palette PNG image (square)

Peacefully color palette CSS

/* CSS */
.color-1 {
color: #b6e2d6;
}
.color-2 {
color: #a4dac9;
}
.color-3 {
color: #8dd3b3;
}
.color-4 {
color: #62c0b4;
}
.color-5 {
color: #3db3a1;
}

/* CSS Variables */
:root {
--color-1: #b6e2d6;
--color-2: #a4dac9;
--color-3: #8dd3b3;
--color-4: #62c0b4;
--color-5: #3db3a1;
}

Peacefully background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6e2d6, #a4dac9, #8dd3b3, #62c0b4, #3db3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6e2d6, #a4dac9, #8dd3b3, #62c0b4, #3db3a1);
}

Peacefully color palette created on .