Celestial Blues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Blues palette

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

Celestial Blues カラーパレット CSS

/* CSS */
.color-1 {
color: #005c99;
}
.color-2 {
color: #0085c7;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #20b7e9;
}
.color-5 {
color: #62d8f9;
}

/* CSS Variables */
:root {
--color-1: #005c99;
--color-2: #0085c7;
--color-3: #00a5e0;
--color-4: #20b7e9;
--color-5: #62d8f9;
}

Celestial Blues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005c99, #0085c7, #00a5e0, #20b7e9, #62d8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005c99, #0085c7, #00a5e0, #20b7e9, #62d8f9);
}

Celestial Blues color palette created on .