Shades of Pink and Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink and Green palette

このパレットを共有する先:

Shades of Pink and Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f39e7c;
}
.color-3 {
color: #f6df60;
}
.color-4 {
color: #69bf69;
}
.color-5 {
color: #3c8c9a;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f39e7c;
--color-3: #f6df60;
--color-4: #69bf69;
--color-5: #3c8c9a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f39e7c, #f6df60, #69bf69, #3c8c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f39e7c, #f6df60, #69bf69, #3c8c9a);
}

Shades of Pink and Green color palette created on .