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