Golden Sunset Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Sunset Blush palette

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

Golden Sunset Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc33;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff9c6b;
}
.color-4 {
color: #ff7f4d;
}
.color-5 {
color: #ff5833;
}

/* CSS Variables */
:root {
--color-1: #ffcc33;
--color-2: #ffb84d;
--color-3: #ff9c6b;
--color-4: #ff7f4d;
--color-5: #ff5833;
}

Golden Sunset Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc33, #ffb84d, #ff9c6b, #ff7f4d, #ff5833);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc33, #ffb84d, #ff9c6b, #ff7f4d, #ff5833);
}

Golden Sunset Blush color palette created on .