Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f2a09c;
}
.color-4 {
color: #e37d89;
}
.color-5 {
color: #d65c7a;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f4b79f;
--color-3: #f2a09c;
--color-4: #e37d89;
--color-5: #d65c7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f4b79f, #f2a09c, #e37d89, #d65c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f4b79f, #f2a09c, #e37d89, #d65c7a);
}

Shades of Pink color palette created on .