Grenadier Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Grenadier Sunrise palette

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

Grenadier Sunrise カラー パレット PNG 画像

Download grenadier sunrise color palette PNG image (landscape)
Download grenadier sunrise color palette PNG image (square)

Grenadier Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #fe9d5d;
}
.color-2 {
color: #fea971;
}
.color-3 {
color: #fec467;
}
.color-4 {
color: #fed971;
}
.color-5 {
color: #ffe285;
}

/* CSS Variables */
:root {
--color-1: #fe9d5d;
--color-2: #fea971;
--color-3: #fec467;
--color-4: #fed971;
--color-5: #ffe285;
}

Grenadier Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe9d5d, #fea971, #fec467, #fed971, #ffe285);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe9d5d, #fea971, #fec467, #fed971, #ffe285);
}

Grenadier Sunrise color palette created on .