Blue Comet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Comet palette
Blue Comet color palette CSS
/* CSS */
.color-1 {
color: #1b8ebb;
}
.color-2 {
color: #51b1d6;
}
.color-3 {
color: #80dff4;
}
.color-4 {
color: #f5d04d;
}
.color-5 {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--color-1: #1b8ebb;
--color-2: #51b1d6;
--color-3: #80dff4;
--color-4: #f5d04d;
--color-5: #ff5c5c;
}
Blue Comet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b8ebb, #51b1d6, #80dff4, #f5d04d, #ff5c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b8ebb, #51b1d6, #80dff4, #f5d04d, #ff5c5c);
}
Similar color palettes
Blue Comet color palette created on .