Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f8c8a0;
}
.color-3 {
color: #fce1b6;
}
.color-4 {
color: #e8d6a1;
}
.color-5 {
color: #e4b9d4;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f8c8a0;
--color-3: #fce1b6;
--color-4: #e8d6a1;
--color-5: #e4b9d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f8c8a0, #fce1b6, #e8d6a1, #e4b9d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f8c8a0, #fce1b6, #e8d6a1, #e4b9d4);
}

Pink Shades color palette created on .