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: #69bf8a;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #5087f7;
}
.color-5 {
color: #d45e8d;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #69bf8a;
--color-3: #f7c94b;
--color-4: #5087f7;
--color-5: #d45e8d;
}
Rainbow Pie の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #69bf8a, #f7c94b, #5087f7, #d45e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #69bf8a, #f7c94b, #5087f7, #d45e8d);
}
似たようなカラーパレット
下にスクロールして1000+個のレインボーカラーパレットを探索しましょう
Rainbow Pie color palette created on .