Earthy Rainbow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Earthy Rainbow palette
Earthy Rainbow カラー パレット PNG 画像
Earthy Rainbow カラーパレット CSS
/* CSS */
.color-1 {
color: #8b4b88;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #e0d3b2;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #4aaec4;
}
/* CSS Variables */
:root {
--color-1: #8b4b88;
--color-2: #f5a524;
--color-3: #e0d3b2;
--color-4: #7fd959;
--color-5: #4aaec4;
}
Earthy Rainbow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b4b88, #f5a524, #e0d3b2, #7fd959, #4aaec4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b4b88, #f5a524, #e0d3b2, #7fd959, #4aaec4);
}
似たようなカラーパレット
下にスクロールして1個のアーシーカラーパレットを探索しましょう
Earthy Rainbow color palette created on .