Comet Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Comet palette
Color Inspiration
Images that showcase this color palette in real designs
Download Comet Color Palette (PNG)
Comet color palette CSS
/* CSS */
.color-1 {
color: #1e4876;
}
.color-2 {
color: #4b789b;
}
.color-3 {
color: #8ba4b1;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d65b2e;
}
/* CSS Variables */
:root {
--color-1: #1e4876;
--color-2: #4b789b;
--color-3: #8ba4b1;
--color-4: #f1c84b;
--color-5: #d65b2e;
}
Comet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4876, #4b789b, #8ba4b1, #f1c84b, #d65b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4876, #4b789b, #8ba4b1, #f1c84b, #d65b2e);
}
Similar color palettes
Comet color palette created on .