Sun Blonde カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sun Blonde palette

このパレットを共有する先:

Sun Blonde カラー パレット PNG 画像

Download sun blonde color palette PNG image (landscape)
Download sun blonde color palette PNG image (square)

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 .