Colorful Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Colorful Blue palette
Colorful Blue color palette CSS
/* CSS */
.color-1 {
color: #f6a4a2;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #6b9ceb;
}
.color-4 {
color: #3d87f5;
}
.color-5 {
color: #0b4f8e;
}
/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f4d35d;
--color-3: #6b9ceb;
--color-4: #3d87f5;
--color-5: #0b4f8e;
}
Colorful Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f4d35d, #6b9ceb, #3d87f5, #0b4f8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f4d35d, #6b9ceb, #3d87f5, #0b4f8e);
}
Similar color palettes
Colorful Blue color palette created on .