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