Vibrant Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Blue palette
Vibrant Blue color palette CSS
/* CSS */
.color-1 {
color: #ee7144;
}
.color-2 {
color: #efce4e;
}
.color-3 {
color: #a1cb67;
}
.color-4 {
color: #5aaed8;
}
.color-5 {
color: #477aae;
}
/* CSS Variables */
:root {
--color-1: #ee7144;
--color-2: #efce4e;
--color-3: #a1cb67;
--color-4: #5aaed8;
--color-5: #477aae;
}
Vibrant Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ee7144, #efce4e, #a1cb67, #5aaed8, #477aae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ee7144, #efce4e, #a1cb67, #5aaed8, #477aae);
}
Similar color palettes
Vibrant Blue color palette created on .