Blue Comet カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Comet palette

このパレットを共有する先:

Blue Comet カラーパレット 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 の背景のグラデーション 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);
}

Blue Comet color palette created on .