Celestial Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Tides palette

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

Celestial Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #c5d4e2;
}
.color-2 {
color: #a2c9d2;
}
.color-3 {
color: #76b3c1;
}
.color-4 {
color: #509bb4;
}
.color-5 {
color: #1e8b9f;
}

/* CSS Variables */
:root {
--color-1: #c5d4e2;
--color-2: #a2c9d2;
--color-3: #76b3c1;
--color-4: #509bb4;
--color-5: #1e8b9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5d4e2, #a2c9d2, #76b3c1, #509bb4, #1e8b9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5d4e2, #a2c9d2, #76b3c1, #509bb4, #1e8b9f);
}

Celestial Tides color palette created on .