Pomegranate Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pomegranate Sunset palette

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

Pomegranate Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #8a001c;
}
.color-2 {
color: #b80028;
}
.color-3 {
color: #ff1457;
}
.color-4 {
color: #d68100;
}
.color-5 {
color: #ffd014;
}

/* CSS Variables */
:root {
--color-1: #8a001c;
--color-2: #b80028;
--color-3: #ff1457;
--color-4: #d68100;
--color-5: #ffd014;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a001c, #b80028, #ff1457, #d68100, #ffd014);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a001c, #b80028, #ff1457, #d68100, #ffd014);
}

似たようなカラーパレット

Pomegranate Sunset color palette created on .