Skyward Blossoms Color Palette
Discover the beautiful Skyward Blossoms color palette featuring malibu (#56acff), anakiwa (#98d7ff), pink lace (#ffb9fa), romantic (#ffcfb2) and carnation pink (#ff9ace).
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 Skyward Blossoms palette
💻 Skyward Blossoms color palette CSS
/* CSS */
.color-1 {
color: #56acff;
}
.color-2 {
color: #98d7ff;
}
.color-3 {
color: #ffb9fa;
}
.color-4 {
color: #ffcfb2;
}
.color-5 {
color: #ff9ace;
}
/* CSS Variables */
:root {
--color-1: #56acff;
--color-2: #98d7ff;
--color-3: #ffb9fa;
--color-4: #ffcfb2;
--color-5: #ff9ace;
} 🌈 Skyward Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #56acff, #98d7ff, #ffb9fa, #ffcfb2, #ff9ace);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #56acff, #98d7ff, #ffb9fa, #ffcfb2, #ff9ace);
} 🔗 Explore similar color palettes
Skyward Blossoms color palette created on .