40s Sunshine カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 40s Sunshine palette
40s Sunshine カラー パレット PNG 画像
40s Sunshine カラーパレット CSS
/* CSS */
.color-1 {
color: #b08345;
}
.color-2 {
color: #ae4742;
}
.color-3 {
color: #a95b37;
}
.color-4 {
color: #797c4b;
}
.color-5 {
color: #4a5054;
}
/* CSS Variables */
:root {
--color-1: #b08345;
--color-2: #ae4742;
--color-3: #a95b37;
--color-4: #797c4b;
--color-5: #4a5054;
}
40s Sunshine の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b08345, #ae4742, #a95b37, #797c4b, #4a5054);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b08345, #ae4742, #a95b37, #797c4b, #4a5054);
}
似たようなカラーパレット
40s Sunshine color palette created on .