Ciel Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ciel Blue palette

Share this palette to:

Ciel Blue color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #ffb3e7;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #ffb3e7;
--color-3: #ff6e61;
--color-4: #ffd900;
--color-5: #ff9900;
}

Ciel Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #ffb3e7, #ff6e61, #ffd900, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #ffb3e7, #ff6e61, #ffd900, #ff9900);
}

Similar color palettes

Ciel Blue color palette created on .