Emerald Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Dreamscape palette
Emerald Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #3eb68c;
}
.color-2 {
color: #4ed0a4;
}
.color-3 {
color: #6ce4b6;
}
.color-4 {
color: #9ff4b0;
}
.color-5 {
color: #d8f6d5;
}
/* CSS Variables */
:root {
--color-1: #3eb68c;
--color-2: #4ed0a4;
--color-3: #6ce4b6;
--color-4: #9ff4b0;
--color-5: #d8f6d5;
}
Emerald Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3eb68c, #4ed0a4, #6ce4b6, #9ff4b0, #d8f6d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3eb68c, #4ed0a4, #6ce4b6, #9ff4b0, #d8f6d5);
}
Similar color palettes
Emerald Dreamscape color palette created on .