Curious Blue Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Curious Blue Shades palette
Curious Blue Shades color palette CSS
/* CSS */
.color-1 {
color: #1a9ad5;
}
.color-2 {
color: #4dabdb;
}
.color-3 {
color: #80b8e0;
}
.color-4 {
color: #a3d4e6;
}
.color-5 {
color: #d0e9f1;
}
/* CSS Variables */
:root {
--color-1: #1a9ad5;
--color-2: #4dabdb;
--color-3: #80b8e0;
--color-4: #a3d4e6;
--color-5: #d0e9f1;
}
Curious Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a9ad5, #4dabdb, #80b8e0, #a3d4e6, #d0e9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a9ad5, #4dabdb, #80b8e0, #a3d4e6, #d0e9f1);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Curious Blue Shades color palette created on .