Forgotten Waves Color Palette
Discover the beautiful Forgotten Waves color palette featuring concrete (#f2f2f2), regent st blue (#a4c7df), fountain blue (#50a5c3), jelly bean (#2a7b93) and deep sea green (#0d4f5e).
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 Forgotten Waves palette
💻 Forgotten Waves color palette CSS
/* CSS */
.color-1 {
color: #f2f2f2;
}
.color-2 {
color: #a4c7df;
}
.color-3 {
color: #50a5c3;
}
.color-4 {
color: #2a7b93;
}
.color-5 {
color: #0d4f5e;
}
/* CSS Variables */
:root {
--color-1: #f2f2f2;
--color-2: #a4c7df;
--color-3: #50a5c3;
--color-4: #2a7b93;
--color-5: #0d4f5e;
} 🌈 Forgotten Waves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2f2f2, #a4c7df, #50a5c3, #2a7b93, #0d4f5e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2f2f2, #a4c7df, #50a5c3, #2a7b93, #0d4f5e);
} 🔗 Explore similar color palettes
Forgotten Waves color palette created on .