Cute Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cute Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cute Blue Color Palette (PNG)
Cute Blue color palette CSS
/* CSS */
.color-1 {
color: #aaccee;
}
.color-2 {
color: #c0e5f2;
}
.color-3 {
color: #dff3fb;
}
.color-4 {
color: #fbdfee;
}
.color-5 {
color: #fbd5c6;
}
/* CSS Variables */
:root {
--color-1: #aaccee;
--color-2: #c0e5f2;
--color-3: #dff3fb;
--color-4: #fbdfee;
--color-5: #fbd5c6;
}
Cute Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aaccee, #c0e5f2, #dff3fb, #fbdfee, #fbd5c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aaccee, #c0e5f2, #dff3fb, #fbdfee, #fbd5c6);
}
Similar color palettes
Cute Blue color palette created on .