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