Poppy Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Poppy Orange palette

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

Poppy Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #d96030;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f0e442;
}
.color-4 {
color: #78b4e8;
}
.color-5 {
color: #c67bba;
}

/* CSS Variables */
:root {
--color-1: #d96030;
--color-2: #fab700;
--color-3: #f0e442;
--color-4: #78b4e8;
--color-5: #c67bba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d96030, #fab700, #f0e442, #78b4e8, #c67bba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d96030, #fab700, #f0e442, #78b4e8, #c67bba);
}

Poppy Orange color palette created on .