Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d6a7;
}
.color-2 {
color: #f3b6a0;
}
.color-3 {
color: #f0999c;
}
.color-4 {
color: #f67e9c;
}
.color-5 {
color: #e65c93;
}

/* CSS Variables */
:root {
--color-1: #f6d6a7;
--color-2: #f3b6a0;
--color-3: #f0999c;
--color-4: #f67e9c;
--color-5: #e65c93;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6a7, #f3b6a0, #f0999c, #f67e9c, #e65c93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6a7, #f3b6a0, #f0999c, #f67e9c, #e65c93);
}

Pink Shades color palette created on .