Shades of Green and Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green and Purple palette
Shades of Green and Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #a19afe;
}
.color-3 {
color: #6b5be6;
}
.color-4 {
color: #ff6b81;
}
.color-5 {
color: #fd9744;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #a19afe;
--color-3: #6b5be6;
--color-4: #ff6b81;
--color-5: #fd9744;
}
Shades of Green and Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #a19afe, #6b5be6, #ff6b81, #fd9744);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #a19afe, #6b5be6, #ff6b81, #fd9744);
}
似たようなカラーパレット
Shades of Green and Purple color palette created on .