Ocean Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ocean Sunset palette
Ocean Sunset カラー パレット PNG 画像
Ocean Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #14b4db;
}
.color-2 {
color: #3bb6e3;
}
.color-3 {
color: #803cb4;
}
.color-4 {
color: #b450a0;
}
.color-5 {
color: #c83cb3;
}
/* CSS Variables */
:root {
--color-1: #14b4db;
--color-2: #3bb6e3;
--color-3: #803cb4;
--color-4: #b450a0;
--color-5: #c83cb3;
}
Ocean Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #14b4db, #3bb6e3, #803cb4, #b450a0, #c83cb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #14b4db, #3bb6e3, #803cb4, #b450a0, #c83cb3);
}
似たようなカラーパレット
Ocean Sunset color palette created on .