Blue Taio Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Taio palette
Blue Taio color palette CSS
/* CSS */
.color-1 {
color: #4c98d6;
}
.color-2 {
color: #6fc5e7;
}
.color-3 {
color: #8ce8e1;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #4c98d6;
--color-2: #6fc5e7;
--color-3: #8ce8e1;
--color-4: #f4b943;
--color-5: #f76e6e;
}
Blue Taio background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c98d6, #6fc5e7, #8ce8e1, #f4b943, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c98d6, #6fc5e7, #8ce8e1, #f4b943, #f76e6e);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Taio color palette created on .