Pomegranate Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pomegranate Sunrise palette

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

Pomegranate Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f44725;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #d6e600;
}

/* CSS Variables */
:root {
--color-1: #f44725;
--color-2: #f47b1f;
--color-3: #f5a524;
--color-4: #f5c400;
--color-5: #d6e600;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f44725, #f47b1f, #f5a524, #f5c400, #d6e600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f44725, #f47b1f, #f5a524, #f5c400, #d6e600);
}

Pomegranate Sunrise color palette created on .