Skate Color Palette
Discover the beautiful Skate color palette featuring blue dianne (#1e3a4d), calypso (#3a6f8d), glacier (#83b0c3), sandy brown (#f1a94b) and flame pea (#d75e3c).
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 Skate palette
💻 Skate color palette CSS
/* CSS */
.color-1 {
color: #1e3a4d;
}
.color-2 {
color: #3a6f8d;
}
.color-3 {
color: #83b0c3;
}
.color-4 {
color: #f1a94b;
}
.color-5 {
color: #d75e3c;
}
/* CSS Variables */
:root {
--color-1: #1e3a4d;
--color-2: #3a6f8d;
--color-3: #83b0c3;
--color-4: #f1a94b;
--color-5: #d75e3c;
} 🌈 Skate background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a4d, #3a6f8d, #83b0c3, #f1a94b, #d75e3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a4d, #3a6f8d, #83b0c3, #f1a94b, #d75e3c);
} 🔗 Explore similar color palettes
Skate color palette created on .