Blue Hoshi Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Hoshi palette
Blue Hoshi color palette CSS
/* CSS */
.color-1 {
color: #4c94dc;
}
.color-2 {
color: #85c5e0;
}
.color-3 {
color: #f0e7a8;
}
.color-4 {
color: #f6a8a2;
}
.color-5 {
color: #f15a27;
}
/* CSS Variables */
:root {
--color-1: #4c94dc;
--color-2: #85c5e0;
--color-3: #f0e7a8;
--color-4: #f6a8a2;
--color-5: #f15a27;
}
Blue Hoshi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c94dc, #85c5e0, #f0e7a8, #f6a8a2, #f15a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c94dc, #85c5e0, #f0e7a8, #f6a8a2, #f15a27);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Hoshi color palette created on .