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