Pale Blue Cream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pale Blue Cream palette

Share this palette to:

Pale Blue Cream color palette CSS

/* CSS */
.color-1 {
color: #f6e7d5;
}
.color-2 {
color: #a1c6d4;
}
.color-3 {
color: #b2e0d4;
}
.color-4 {
color: #d8e9d8;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #f6e7d5;
--color-2: #a1c6d4;
--color-3: #b2e0d4;
--color-4: #d8e9d8;
--color-5: #e0f7fa;
}

Pale Blue Cream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e7d5, #a1c6d4, #b2e0d4, #d8e9d8, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e7d5, #a1c6d4, #b2e0d4, #d8e9d8, #e0f7fa);
}

Pale Blue Cream color palette created on .