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