Sunlit Lagoon Harmony Color Palette
Discover the beautiful Sunlit Lagoon Harmony color palette featuring yellow (#fcf403), nebula (#c4d9d6), lemon ginger (#b29f24), mountain meadow (#18aa94) and paradiso (#256874).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sunlit Lagoon Harmony palette
Image Gallery

💻 Sunlit Lagoon Harmony color palette CSS
/* CSS */
.color-1 {
color: #fcf403;
}
.color-2 {
color: #c4d9d6;
}
.color-3 {
color: #b29f24;
}
.color-4 {
color: #18aa94;
}
.color-5 {
color: #256874;
}
/* CSS Variables */
:root {
--color-1: #fcf403;
--color-2: #c4d9d6;
--color-3: #b29f24;
--color-4: #18aa94;
--color-5: #256874;
} 🌈 Sunlit Lagoon Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf403, #c4d9d6, #b29f24, #18aa94, #256874);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf403, #c4d9d6, #b29f24, #18aa94, #256874);
} 🔗 Explore similar color palettes
Sunlit Lagoon Harmony color palette created on .