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: #1c3b33;
}
.color-2 {
color: #4b7c6d;
}
.color-3 {
color: #a4d5b5;
}
.color-4 {
color: #f2a1b1;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #1c3b33;
--color-2: #4b7c6d;
--color-3: #a4d5b5;
--color-4: #f2a1b1;
--color-5: #ff6b6b;
}
Shades of Green and Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b33, #4b7c6d, #a4d5b5, #f2a1b1, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b33, #4b7c6d, #a4d5b5, #f2a1b1, #ff6b6b);
}
似たようなカラーパレット
Shades of Green and Pink color palette created on .