Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c9b6;
}
.color-2 {
color: #f5a19e;
}
.color-3 {
color: #f27d89;
}
.color-4 {
color: #e45381;
}
.color-5 {
color: #a92d5d;
}

/* CSS Variables */
:root {
--color-1: #f6c9b6;
--color-2: #f5a19e;
--color-3: #f27d89;
--color-4: #e45381;
--color-5: #a92d5d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c9b6, #f5a19e, #f27d89, #e45381, #a92d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c9b6, #f5a19e, #f27d89, #e45381, #a92d5d);
}

Shades of Pink color palette created on .