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