Abyss Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Abyss Blue palette
Abyss Blue カラー パレット PNG 画像
Abyss Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #0b3c5b;
}
.color-2 {
color: #0c5b88;
}
.color-3 {
color: #4cae9d;
}
.color-4 {
color: #b9e9b4;
}
.color-5 {
color: #f5f5f0;
}
/* CSS Variables */
:root {
--color-1: #0b3c5b;
--color-2: #0c5b88;
--color-3: #4cae9d;
--color-4: #b9e9b4;
--color-5: #f5f5f0;
}
Abyss Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b3c5b, #0c5b88, #4cae9d, #b9e9b4, #f5f5f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b3c5b, #0c5b88, #4cae9d, #b9e9b4, #f5f5f0);
}
似たようなカラーパレット
Abyss Blue color palette created on .