Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f1b1d6;
}
.color-2 {
color: #f7a6b2;
}
.color-3 {
color: #f68e9f;
}
.color-4 {
color: #f26977;
}
.color-5 {
color: #d85a60;
}

/* CSS Variables */
:root {
--color-1: #f1b1d6;
--color-2: #f7a6b2;
--color-3: #f68e9f;
--color-4: #f26977;
--color-5: #d85a60;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1d6, #f7a6b2, #f68e9f, #f26977, #d85a60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1d6, #f7a6b2, #f68e9f, #f26977, #d85a60);
}

Pink Shades color palette created on .