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