Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc5c2;
}
.color-2 {
color: #ffb5b3;
}
.color-3 {
color: #ffa8b7;
}
.color-4 {
color: #ff7086;
}
.color-5 {
color: #ff4d9d;
}

/* CSS Variables */
:root {
--color-1: #ffc5c2;
--color-2: #ffb5b3;
--color-3: #ffa8b7;
--color-4: #ff7086;
--color-5: #ff4d9d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc5c2, #ffb5b3, #ffa8b7, #ff7086, #ff4d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc5c2, #ffb5b3, #ffa8b7, #ff7086, #ff4d9d);
}

Pink Shades color palette created on .