Pomegranate Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pomegranate Sunrise palette

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

Pomegranate Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f44725;
}
.color-2 {
color: #f67f1e;
}
.color-3 {
color: #f5b62e;
}
.color-4 {
color: #f2e2a1;
}
.color-5 {
color: #a6d1e8;
}

/* CSS Variables */
:root {
--color-1: #f44725;
--color-2: #f67f1e;
--color-3: #f5b62e;
--color-4: #f2e2a1;
--color-5: #a6d1e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f44725, #f67f1e, #f5b62e, #f2e2a1, #a6d1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f44725, #f67f1e, #f5b62e, #f2e2a1, #a6d1e8);
}

Pomegranate Sunrise color palette created on .