Pomegranate Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pomegranate Sunset palette

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

Pomegranate Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f44725;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffa05c;
}
.color-4 {
color: #ffbf80;
}
.color-5 {
color: #ffdb99;
}

/* CSS Variables */
:root {
--color-1: #f44725;
--color-2: #ff7142;
--color-3: #ffa05c;
--color-4: #ffbf80;
--color-5: #ffdb99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f44725, #ff7142, #ffa05c, #ffbf80, #ffdb99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f44725, #ff7142, #ffa05c, #ffbf80, #ffdb99);
}

Pomegranate Sunset color palette created on .