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