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