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