Celestial Blues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Blues palette

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

Celestial Blues カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #7dbae8;
}
.color-3 {
color: #5ea6d9;
}
.color-4 {
color: #388dc2;
}
.color-5 {
color: #2e6b99;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #7dbae8;
--color-3: #5ea6d9;
--color-4: #388dc2;
--color-5: #2e6b99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #7dbae8, #5ea6d9, #388dc2, #2e6b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #7dbae8, #5ea6d9, #388dc2, #2e6b99);
}

Celestial Blues color palette created on .