Celestial Tides カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Tides palette
Celestial Tides カラーパレット CSS
/* CSS */
.color-1 {
color: #d5d4e8;
}
.color-2 {
color: #afb1e4;
}
.color-3 {
color: #82c4e8;
}
.color-4 {
color: #3f94c6;
}
.color-5 {
color: #00799e;
}
/* CSS Variables */
:root {
--color-1: #d5d4e8;
--color-2: #afb1e4;
--color-3: #82c4e8;
--color-4: #3f94c6;
--color-5: #00799e;
}
Celestial Tides の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d4e8, #afb1e4, #82c4e8, #3f94c6, #00799e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d4e8, #afb1e4, #82c4e8, #3f94c6, #00799e);
}
似たようなカラーパレット
Celestial Tides color palette created on .