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