Oceanic Twilight Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Twilight Harmony palette
Oceanic Twilight Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #85cce0;
}
.color-2 {
color: #4696be;
}
.color-3 {
color: #396279;
}
.color-4 {
color: #203641;
}
.color-5 {
color: #11191d;
}
/* CSS Variables */
:root {
--color-1: #85cce0;
--color-2: #4696be;
--color-3: #396279;
--color-4: #203641;
--color-5: #11191d;
}
Oceanic Twilight Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85cce0, #4696be, #396279, #203641, #11191d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85cce0, #4696be, #396279, #203641, #11191d);
}
似たようなカラーパレット
Oceanic Twilight Harmony color palette created on .