Gold and Aqua Mix カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gold and Aqua Mix palette
Gold and Aqua Mix カラーパレット CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #a6d7e7;
}
.color-3 {
color: #f6d58e;
}
.color-4 {
color: #c3b0e3;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #a6d7e7;
--color-3: #f6d58e;
--color-4: #c3b0e3;
--color-5: #f5a300;
}
Gold and Aqua Mix の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #a6d7e7, #f6d58e, #c3b0e3, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #a6d7e7, #f6d58e, #c3b0e3, #f5a300);
}
似たようなカラーパレット
下にスクロールして7個のアンバーカラーパレットを探索しましょう
Gold and Aqua Mix color palette created on .