Celestial Greens Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Greens palette

Share this palette to:

Celestial Greens color palette PNG image

Download celestial greens color palette PNG image (landscape)
Download celestial greens color palette PNG image (square)

Celestial Greens color palette CSS

/* CSS */
.color-1 {
color: #058a74;
}
.color-2 {
color: #3eb198;
}
.color-3 {
color: #70d7c4;
}
.color-4 {
color: #9de2d3;
}
.color-5 {
color: #d0f1ec;
}

/* CSS Variables */
:root {
--color-1: #058a74;
--color-2: #3eb198;
--color-3: #70d7c4;
--color-4: #9de2d3;
--color-5: #d0f1ec;
}

Celestial Greens background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #058a74, #3eb198, #70d7c4, #9de2d3, #d0f1ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #058a74, #3eb198, #70d7c4, #9de2d3, #d0f1ec);
}

Celestial Greens color palette created on .