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