Poppy Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Poppy Dreamscape palette

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

Poppy Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #c84028;
}
.color-2 {
color: #e86b4f;
}
.color-3 {
color: #f0a96a;
}
.color-4 {
color: #f6d779;
}
.color-5 {
color: #f9e9b4;
}

/* CSS Variables */
:root {
--color-1: #c84028;
--color-2: #e86b4f;
--color-3: #f0a96a;
--color-4: #f6d779;
--color-5: #f9e9b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84028, #e86b4f, #f0a96a, #f6d779, #f9e9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84028, #e86b4f, #f0a96a, #f6d779, #f9e9b4);
}

Poppy Dreamscape color palette created on .