Blue Lineart Color Palette
Discover the beautiful Blue Lineart color palette featuring dodger blue (#1f8fff), malibu (#4dc3ff), anakiwa (#8ae2ff), french pass (#b3f1ff) and tropical blue (#d3e9f8).
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 Lineart palette
💻 Blue Lineart color palette CSS
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #4dc3ff;
}
.color-3 {
color: #8ae2ff;
}
.color-4 {
color: #b3f1ff;
}
.color-5 {
color: #d3e9f8;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #4dc3ff;
--color-3: #8ae2ff;
--color-4: #b3f1ff;
--color-5: #d3e9f8;
}
🌈 Blue Lineart background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #4dc3ff, #8ae2ff, #b3f1ff, #d3e9f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #4dc3ff, #8ae2ff, #b3f1ff, #d3e9f8);
}
🔗 Explore similar color palettes
Blue Lineart color palette created on .