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