Emerald Drizzle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Drizzle palette
Emerald Drizzle color palette CSS
/* CSS */
.color-1 {
color: #b6d8c1;
}
.color-2 {
color: #a4c6b4;
}
.color-3 {
color: #8eb8a2;
}
.color-4 {
color: #6fae91;
}
.color-5 {
color: #4cae7d;
}
/* CSS Variables */
:root {
--color-1: #b6d8c1;
--color-2: #a4c6b4;
--color-3: #8eb8a2;
--color-4: #6fae91;
--color-5: #4cae7d;
}
Emerald Drizzle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6d8c1, #a4c6b4, #8eb8a2, #6fae91, #4cae7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6d8c1, #a4c6b4, #8eb8a2, #6fae91, #4cae7d);
}
Similar color palettes
Emerald Drizzle color palette created on .