Refreshing Blue Color Palette
Discover the beautiful Refreshing Blue color palette featuring half baked (#91c3d4), padua (#a5e9b7), marigold yellow (#f7d778), rajah (#f2b46e) and tonys pink (#e6897f).
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 Refreshing Blue palette
💻 Refreshing Blue color palette CSS
/* CSS */
.color-1 {
color: #91c3d4;
}
.color-2 {
color: #a5e9b7;
}
.color-3 {
color: #f7d778;
}
.color-4 {
color: #f2b46e;
}
.color-5 {
color: #e6897f;
}
/* CSS Variables */
:root {
--color-1: #91c3d4;
--color-2: #a5e9b7;
--color-3: #f7d778;
--color-4: #f2b46e;
--color-5: #e6897f;
} 🌈 Refreshing Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #91c3d4, #a5e9b7, #f7d778, #f2b46e, #e6897f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #91c3d4, #a5e9b7, #f7d778, #f2b46e, #e6897f);
} 🔗 Explore similar color palettes
Refreshing Blue color palette created on .