Oceanic Twilight Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Twilight Harmony palette
Image Gallery

Oceanic Twilight Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #bdac7a;
}
.color-2 {
color: #1da0d7;
}
.color-3 {
color: #097d81;
}
.color-4 {
color: #0000ff;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #bdac7a;
--color-2: #1da0d7;
--color-3: #097d81;
--color-4: #0000ff;
--color-5: #000000;
}
Oceanic Twilight Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdac7a, #1da0d7, #097d81, #0000ff, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdac7a, #1da0d7, #097d81, #0000ff, #000000);
}
似たようなカラーパレット
下にスクロールして1個のGolden beigeカラーパレットを探索しましょう
Oceanic Twilight Harmony color palette created on .