Celestial Blues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Blues palette

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

Celestial Blues カラーパレット CSS

/* CSS */
.color-1 {
color: #b3c7e6;
}
.color-2 {
color: #a2b5d8;
}
.color-3 {
color: #7ea3c9;
}
.color-4 {
color: #4b93b9;
}
.color-5 {
color: #2e7b9e;
}

/* CSS Variables */
:root {
--color-1: #b3c7e6;
--color-2: #a2b5d8;
--color-3: #7ea3c9;
--color-4: #4b93b9;
--color-5: #2e7b9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c7e6, #a2b5d8, #7ea3c9, #4b93b9, #2e7b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c7e6, #a2b5d8, #7ea3c9, #4b93b9, #2e7b9e);
}

Celestial Blues color palette created on .