"Celestial Contrast" Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with "Celestial Contrast" palette

Share this palette to:

"Celestial Contrast" color palette CSS

/* CSS */
.color-1 {
color: #94faff;
}
.color-2 {
color: #6b8cb8;
}
.color-3 {
color: #8e5d72;
}
.color-4 {
color: #f50000;
}
.color-5 {
color: #0000ff;
}

/* CSS Variables */
:root {
--color-1: #94faff;
--color-2: #6b8cb8;
--color-3: #8e5d72;
--color-4: #f50000;
--color-5: #0000ff;
}

"Celestial Contrast" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94faff, #6b8cb8, #8e5d72, #f50000, #0000ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94faff, #6b8cb8, #8e5d72, #f50000, #0000ff);
}

Similar color palettes

"Celestial Contrast" color palette created on .