Light Blue Spa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue Spa palette
Light Blue Spa color palette CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #f2b1b4;
}
.color-3 {
color: #f6e5a7;
}
.color-4 {
color: #f7c2a1;
}
.color-5 {
color: #f6d1d0;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #f2b1b4;
--color-3: #f6e5a7;
--color-4: #f7c2a1;
--color-5: #f6d1d0;
}
Light Blue Spa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #f2b1b4, #f6e5a7, #f7c2a1, #f6d1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #f2b1b4, #f6e5a7, #f7c2a1, #f6d1d0);
}
Similar color palettes
Light Blue Spa color palette created on .