Blue Cloud Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Cloud palette

Share this palette to:

Blue Cloud color palette CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #f4b69f;
}
.color-3 {
color: #f6e6a2;
}
.color-4 {
color: #f4c5a9;
}
.color-5 {
color: #f9d5ae;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f4b69f;
--color-3: #f6e6a2;
--color-4: #f4c5a9;
--color-5: #f9d5ae;
}

Blue Cloud background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f4b69f, #f6e6a2, #f4c5a9, #f9d5ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f4b69f, #f6e6a2, #f4c5a9, #f9d5ae);
}

Blue Cloud color palette created on .