Oceanic Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Oceanic Harmony palette

このパレットを共有する先:

Oceanic Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #003052;
}
.color-2 {
color: #005c75;
}
.color-3 {
color: #007e8a;
}
.color-4 {
color: #00a3a3;
}
.color-5 {
color: #00c2b8;
}

/* CSS Variables */
:root {
--color-1: #003052;
--color-2: #005c75;
--color-3: #007e8a;
--color-4: #00a3a3;
--color-5: #00c2b8;
}

Oceanic Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003052, #005c75, #007e8a, #00a3a3, #00c2b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003052, #005c75, #007e8a, #00a3a3, #00c2b8);
}

Oceanic Harmony color palette created on .