Enchanted Waters Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Waters palette

Share this palette to:

Enchanted Waters color palette CSS

/* CSS */
.color-1 {
color: #69bf8a;
}
.color-2 {
color: #afe4d6;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #69bf8a;
--color-2: #afe4d6;
--color-3: #f4cf3e;
--color-4: #f4a462;
--color-5: #e76e50;
}

Enchanted Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf8a, #afe4d6, #f4cf3e, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf8a, #afe4d6, #f4cf3e, #f4a462, #e76e50);
}

Enchanted Waters color palette created on .