Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e3d6;
}
.color-2 {
color: #e6b3c2;
}
.color-3 {
color: #d48cba;
}
.color-4 {
color: #b77b9d;
}
.color-5 {
color: #8e5d7a;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #e6b3c2;
--color-3: #d48cba;
--color-4: #b77b9d;
--color-5: #8e5d7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #e6b3c2, #d48cba, #b77b9d, #8e5d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #e6b3c2, #d48cba, #b77b9d, #8e5d7a);
}

Pink Shades color palette created on .