Blue Sunshine Color Palette
Discover the beautiful Blue Sunshine color palette featuring jordy blue (#9ac5f4), madang (#baeaa9), cream brulee (#ffe59e), casablanca (#f4b548) and froly (#f47b7b).
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 Blue Sunshine palette
💻 Blue Sunshine color palette CSS
/* CSS */
.color-1 {
color: #9ac5f4;
}
.color-2 {
color: #baeaa9;
}
.color-3 {
color: #ffe59e;
}
.color-4 {
color: #f4b548;
}
.color-5 {
color: #f47b7b;
}
/* CSS Variables */
:root {
--color-1: #9ac5f4;
--color-2: #baeaa9;
--color-3: #ffe59e;
--color-4: #f4b548;
--color-5: #f47b7b;
} 🌈 Blue Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ac5f4, #baeaa9, #ffe59e, #f4b548, #f47b7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ac5f4, #baeaa9, #ffe59e, #f4b548, #f47b7b);
} 🔗 Explore similar color palettes
Blue Sunshine color palette created on .