Pale Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pale Pink Shades palette

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

Pale Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f2cfc0;
}
.color-2 {
color: #f7e5bb;
}
.color-3 {
color: #e4c1a0;
}
.color-4 {
color: #c5a5b6;
}
.color-5 {
color: #d6c3df;
}

/* CSS Variables */
:root {
--color-1: #f2cfc0;
--color-2: #f7e5bb;
--color-3: #e4c1a0;
--color-4: #c5a5b6;
--color-5: #d6c3df;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2cfc0, #f7e5bb, #e4c1a0, #c5a5b6, #d6c3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2cfc0, #f7e5bb, #e4c1a0, #c5a5b6, #d6c3df);
}

Pale Pink Shades color palette created on .