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