Vibrant Blue Tea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Blue Tea palette
Vibrant Blue Tea color palette CSS
/* CSS */
.color-1 {
color: #db6439;
}
.color-2 {
color: #f4ae0b;
}
.color-3 {
color: #f6ccac;
}
.color-4 {
color: #629dd5;
}
.color-5 {
color: #3c437c;
}
/* CSS Variables */
:root {
--color-1: #db6439;
--color-2: #f4ae0b;
--color-3: #f6ccac;
--color-4: #629dd5;
--color-5: #3c437c;
}
Vibrant Blue Tea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db6439, #f4ae0b, #f6ccac, #629dd5, #3c437c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db6439, #f4ae0b, #f6ccac, #629dd5, #3c437c);
}
Similar color palettes
Scroll down to explore 500+ Orange color palettes
Vibrant Blue Tea color palette created on .