Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c9b4;
}
.color-2 {
color: #f6a2a8;
}
.color-3 {
color: #f67e9a;
}
.color-4 {
color: #e44e8a;
}
.color-5 {
color: #e13367;
}

/* CSS Variables */
:root {
--color-1: #f8c9b4;
--color-2: #f6a2a8;
--color-3: #f67e9a;
--color-4: #e44e8a;
--color-5: #e13367;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9b4, #f6a2a8, #f67e9a, #e44e8a, #e13367);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9b4, #f6a2a8, #f67e9a, #e44e8a, #e13367);
}

Pink Shades color palette created on .