Pale Blue Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pale Blue Cream palette
Pale Blue Cream color palette CSS
/* CSS */
.color-1 {
color: #f0e0d1;
}
.color-2 {
color: #d0e7e1;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #b4d1e9;
}
.color-5 {
color: #e8f0f2;
}
/* CSS Variables */
:root {
--color-1: #f0e0d1;
--color-2: #d0e7e1;
--color-3: #a3c7e0;
--color-4: #b4d1e9;
--color-5: #e8f0f2;
}
Pale Blue Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0d1, #d0e7e1, #a3c7e0, #b4d1e9, #e8f0f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0d1, #d0e7e1, #a3c7e0, #b4d1e9, #e8f0f2);
}
Similar color palettes
Pale Blue Cream color palette created on .