Pink and Green Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink and Green Harmony palette

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

Pink and Green Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f4a4b9;
}
.color-2 {
color: #b2e0b2;
}
.color-3 {
color: #e8b5d0;
}
.color-4 {
color: #a1d57c;
}
.color-5 {
color: #f6c1c5;
}

/* CSS Variables */
:root {
--color-1: #f4a4b9;
--color-2: #b2e0b2;
--color-3: #e8b5d0;
--color-4: #a1d57c;
--color-5: #f6c1c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4b9, #b2e0b2, #e8b5d0, #a1d57c, #f6c1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4b9, #b2e0b2, #e8b5d0, #a1d57c, #f6c1c5);
}

Pink and Green Harmony color palette created on .