Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #7341c8;
}
.color-2 {
color: #a15ace;
}
.color-3 {
color: #d377d4;
}
.color-4 {
color: #f2c0de;
}
.color-5 {
color: #fbe1c1;
}

/* CSS Variables */
:root {
--color-1: #7341c8;
--color-2: #a15ace;
--color-3: #d377d4;
--color-4: #f2c0de;
--color-5: #fbe1c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7341c8, #a15ace, #d377d4, #f2c0de, #fbe1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7341c8, #a15ace, #d377d4, #f2c0de, #fbe1c1);
}

Shades of Pink color palette created on .