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