Abyssal Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Abyssal Serenade palette
Abyssal Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #1e84d2;
}
.color-4 {
color: #009485;
}
.color-5 {
color: #007a6c;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #00bfff;
--color-3: #1e84d2;
--color-4: #009485;
--color-5: #007a6c;
}
Abyssal Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #00bfff, #1e84d2, #009485, #007a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #00bfff, #1e84d2, #009485, #007a6c);
}
似たようなカラーパレット
Abyssal Serenade color palette created on .