Celestial Emeralds Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Emeralds palette

Share this palette to:

Celestial Emeralds color palette CSS

/* CSS */
.color-1 {
color: #3c9f5c;
}
.color-2 {
color: #50b97c;
}
.color-3 {
color: #6dd099;
}
.color-4 {
color: #a0e4b5;
}
.color-5 {
color: #cff7d3;
}

/* CSS Variables */
:root {
--color-1: #3c9f5c;
--color-2: #50b97c;
--color-3: #6dd099;
--color-4: #a0e4b5;
--color-5: #cff7d3;
}

Celestial Emeralds background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9f5c, #50b97c, #6dd099, #a0e4b5, #cff7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9f5c, #50b97c, #6dd099, #a0e4b5, #cff7d3);
}

Celestial Emeralds color palette created on .