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: #3bce9d;
}
.color-2 {
color: #f0e78e;
}
.color-3 {
color: #f9b285;
}
.color-4 {
color: #f05656;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #3bce9d;
--color-2: #f0e78e;
--color-3: #f9b285;
--color-4: #f05656;
--color-5: #6a4c94;
}

Shades of Green and Pink の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bce9d, #f0e78e, #f9b285, #f05656, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bce9d, #f0e78e, #f9b285, #f05656, #6a4c94);
}

Shades of Green and Pink color palette created on .