Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #fadbde;
}
.color-2 {
color: #f5b2c7;
}
.color-3 {
color: #f19db9;
}
.color-4 {
color: #f08a9c;
}
.color-5 {
color: #ec6a8a;
}

/* CSS Variables */
:root {
--color-1: #fadbde;
--color-2: #f5b2c7;
--color-3: #f19db9;
--color-4: #f08a9c;
--color-5: #ec6a8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fadbde, #f5b2c7, #f19db9, #f08a9c, #ec6a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fadbde, #f5b2c7, #f19db9, #f08a9c, #ec6a8a);
}

Pink Shades color palette created on .