Celestial Blues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Blues palette

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

Celestial Blues カラーパレット CSS

/* CSS */
.color-1 {
color: #78c7f2;
}
.color-2 {
color: #4ba3e2;
}
.color-3 {
color: #2b8fc5;
}
.color-4 {
color: #1f6a98;
}
.color-5 {
color: #0e4b77;
}

/* CSS Variables */
:root {
--color-1: #78c7f2;
--color-2: #4ba3e2;
--color-3: #2b8fc5;
--color-4: #1f6a98;
--color-5: #0e4b77;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c7f2, #4ba3e2, #2b8fc5, #1f6a98, #0e4b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c7f2, #4ba3e2, #2b8fc5, #1f6a98, #0e4b77);
}

Celestial Blues color palette created on .