Forget Me Not Color Palette
Discover the beautiful Forget Me Not color palette featuring cornflower (#a6c6ed), danube (#5d9ad0), boston blue (#3a7fbb), chambray (#2f4c7f) and blue haze (#c4c6d9).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Light, Bright, Spring, Nature, Soft, Warm Spring color palettes and combinations.
💡 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 Forget Me Not palette
💻 Forget Me Not color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #5d9ad0;
}
.color-3 {
color: #3a7fbb;
}
.color-4 {
color: #2f4c7f;
}
.color-5 {
color: #c4c6d9;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #5d9ad0;
--color-3: #3a7fbb;
--color-4: #2f4c7f;
--color-5: #c4c6d9;
}
🌈 Forget Me Not background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #5d9ad0, #3a7fbb, #2f4c7f, #c4c6d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #5d9ad0, #3a7fbb, #2f4c7f, #c4c6d9);
}
🔗 Explore similar color palettes
Forget Me Not color palette created on .