Shades of Blue and Gold カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue and Gold palette
Shades of Blue and Gold カラーパレット CSS
/* CSS */
.color-1 {
color: #1c7a8d;
}
.color-2 {
color: #f9b248;
}
.color-3 {
color: #f5e85c;
}
.color-4 {
color: #e05e3e;
}
.color-5 {
color: #793950;
}
/* CSS Variables */
:root {
--color-1: #1c7a8d;
--color-2: #f9b248;
--color-3: #f5e85c;
--color-4: #e05e3e;
--color-5: #793950;
}
Shades of Blue and Gold の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7a8d, #f9b248, #f5e85c, #e05e3e, #793950);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7a8d, #f9b248, #f5e85c, #e05e3e, #793950);
}
似たようなカラーパレット
Shades of Blue and Gold color palette created on .