Aqua Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aqua Sunset palette
Aqua Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #3bbae8;
}
.color-2 {
color: #6ed8a1;
}
.color-3 {
color: #f2d750;
}
.color-4 {
color: #f97a1f;
}
.color-5 {
color: #e83b60;
}
/* CSS Variables */
:root {
--color-1: #3bbae8;
--color-2: #6ed8a1;
--color-3: #f2d750;
--color-4: #f97a1f;
--color-5: #e83b60;
}
Aqua Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbae8, #6ed8a1, #f2d750, #f97a1f, #e83b60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbae8, #6ed8a1, #f2d750, #f97a1f, #e83b60);
}
似たようなカラーパレット
Aqua Sunset color palette created on .