Poppy Radiance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Poppy Radiance palette
Poppy Radiance カラーパレット CSS
/* CSS */
.color-1 {
color: #f05751;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ffdd00;
}
.color-5 {
color: #f5f500;
}
/* CSS Variables */
:root {
--color-1: #f05751;
--color-2: #ff6e61;
--color-3: #ff9900;
--color-4: #ffdd00;
--color-5: #f5f500;
}
Poppy Radiance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f05751, #ff6e61, #ff9900, #ffdd00, #f5f500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f05751, #ff6e61, #ff9900, #ffdd00, #f5f500);
}
似たようなカラーパレット
Poppy Radiance color palette created on .