Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b7d7;
}
.color-2 {
color: #f7c6a1;
}
.color-3 {
color: #f3e2a5;
}
.color-4 {
color: #92d8c3;
}
.color-5 {
color: #6da2c5;
}

/* CSS Variables */
:root {
--color-1: #f5b7d7;
--color-2: #f7c6a1;
--color-3: #f3e2a5;
--color-4: #92d8c3;
--color-5: #6da2c5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7d7, #f7c6a1, #f3e2a5, #92d8c3, #6da2c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7d7, #f7c6a1, #f3e2a5, #92d8c3, #6da2c5);
}

Shades of Pink color palette created on .