Oceanic Depths カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Depths palette
Oceanic Depths カラーパレット CSS
/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #0096b8;
}
.color-3 {
color: #007e94;
}
.color-4 {
color: #005f6b;
}
.color-5 {
color: #00414d;
}
/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #0096b8;
--color-3: #007e94;
--color-4: #005f6b;
--color-5: #00414d;
}
Oceanic Depths の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #0096b8, #007e94, #005f6b, #00414d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #0096b8, #007e94, #005f6b, #00414d);
}
似たようなカラーパレット
Oceanic Depths color palette created on .