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