Comet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Comet palette

Share this palette to:

Comet color palette PNG image

Download comet color palette PNG image (landscape)
Download comet color palette PNG image (square)

Comet color palette CSS

/* CSS */
.color-1 {
color: #9da1b9;
}
.color-2 {
color: #b1b5c9;
}
.color-3 {
color: #c9cbd9;
}
.color-4 {
color: #e6e7ef;
}
.color-5 {
color: #f3f4fb;
}

/* CSS Variables */
:root {
--color-1: #9da1b9;
--color-2: #b1b5c9;
--color-3: #c9cbd9;
--color-4: #e6e7ef;
--color-5: #f3f4fb;
}

Comet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9da1b9, #b1b5c9, #c9cbd9, #e6e7ef, #f3f4fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9da1b9, #b1b5c9, #c9cbd9, #e6e7ef, #f3f4fb);
}

Comet color palette created on .