Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a9a2;
}
.color-2 {
color: #f1c4b7;
}
.color-3 {
color: #f5e1d6;
}
.color-4 {
color: #f8e4b4;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #f6a9a2;
--color-2: #f1c4b7;
--color-3: #f5e1d6;
--color-4: #f8e4b4;
--color-5: #f7b5a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a9a2, #f1c4b7, #f5e1d6, #f8e4b4, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a9a2, #f1c4b7, #f5e1d6, #f8e4b4, #f7b5a1);
}

Pink Shades color palette created on .