Bright Celeste Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Celeste palette

Share this palette to:

Bright Celeste color palette CSS

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #67c6e0;
}
.color-3 {
color: #4bafdd;
}
.color-4 {
color: #299fd6;
}
.color-5 {
color: #007e94;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #67c6e0;
--color-3: #4bafdd;
--color-4: #299fd6;
--color-5: #007e94;
}

Bright Celeste background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #67c6e0, #4bafdd, #299fd6, #007e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #67c6e0, #4bafdd, #299fd6, #007e94);
}

Bright Celeste color palette created on .