Skyward Sips Color Palette
Discover the beautiful Skyward Sips color palette featuring mojo (#c94b3b), cashmere (#e9b79f), energy yellow (#f9d55d), cornflower (#a6c6ed) and mulled wine (#4b4d6c).
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 Sips palette
💻 Skyward Sips color palette CSS
/* CSS */
.color-1 {
color: #c94b3b;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #f9d55d;
}
.color-4 {
color: #a6c6ed;
}
.color-5 {
color: #4b4d6c;
}
/* CSS Variables */
:root {
--color-1: #c94b3b;
--color-2: #e9b79f;
--color-3: #f9d55d;
--color-4: #a6c6ed;
--color-5: #4b4d6c;
} 🌈 Skyward Sips background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94b3b, #e9b79f, #f9d55d, #a6c6ed, #4b4d6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94b3b, #e9b79f, #f9d55d, #a6c6ed, #4b4d6c);
} 🔗 Explore similar color palettes
Skyward Sips color palette created on .