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: #f5b8b2;
}
.color-2 {
color: #f9c3b4;
}
.color-3 {
color: #f3e6b4;
}
.color-4 {
color: #b6e4b4;
}
.color-5 {
color: #a2d5e2;
}

/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f9c3b4;
--color-3: #f3e6b4;
--color-4: #b6e4b4;
--color-5: #a2d5e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f9c3b4, #f3e6b4, #b6e4b4, #a2d5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f9c3b4, #f3e6b4, #b6e4b4, #a2d5e2);
}

Shades of Pink and Green color palette created on .