Celestial Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Tides palette

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

Celestial Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #e5f8ff;
}
.color-2 {
color: #a2dae6;
}
.color-3 {
color: #6fb2c8;
}
.color-4 {
color: #2a7e9d;
}
.color-5 {
color: #004e66;
}

/* CSS Variables */
:root {
--color-1: #e5f8ff;
--color-2: #a2dae6;
--color-3: #6fb2c8;
--color-4: #2a7e9d;
--color-5: #004e66;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f8ff, #a2dae6, #6fb2c8, #2a7e9d, #004e66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f8ff, #a2dae6, #6fb2c8, #2a7e9d, #004e66);
}

Celestial Tides color palette created on .