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