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