Emerald and Purple Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald and Purple Dream palette

Share this palette to:

Emerald and Purple Dream color palette CSS

/* CSS */
.color-1 {
color: #2ecc70;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #8d43ad;
}
.color-4 {
color: #3398db;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #2ecc70;
--color-2: #9b58b6;
--color-3: #8d43ad;
--color-4: #3398db;
--color-5: #f1c40e;
}

Emerald and Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ecc70, #9b58b6, #8d43ad, #3398db, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ecc70, #9b58b6, #8d43ad, #3398db, #f1c40e);
}

Similar color palettes

Emerald and Purple Dream color palette created on .