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: #cafcf0;
}
.color-2 {
color: #f22626;
}
.color-3 {
color: #0048ad;
}
.color-4 {
color: #ffb3d9;
}
.color-5 {
color: #d6b3ff;
}
/* CSS Variables */
:root {
--color-1: #cafcf0;
--color-2: #f22626;
--color-3: #0048ad;
--color-4: #ffb3d9;
--color-5: #d6b3ff;
}
Colorful Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cafcf0, #f22626, #0048ad, #ffb3d9, #d6b3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cafcf0, #f22626, #0048ad, #ffb3d9, #d6b3ff);
}
Similar color palettes
Colorful Blue color palette created on .