Poppy Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Poppy Sunset palette

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

Poppy Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d3d;
}
.color-2 {
color: #ff7f5c;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffe7a3;
}
.color-5 {
color: #a1d9cf;
}

/* CSS Variables */
:root {
--color-1: #ff4d3d;
--color-2: #ff7f5c;
--color-3: #ffb84d;
--color-4: #ffe7a3;
--color-5: #a1d9cf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d3d, #ff7f5c, #ffb84d, #ffe7a3, #a1d9cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d3d, #ff7f5c, #ffb84d, #ffe7a3, #a1d9cf);
}

Poppy Sunset color palette created on .