Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a3a6;
}
.color-2 {
color: #f6b4a7;
}
.color-3 {
color: #f6c3a7;
}
.color-4 {
color: #f6d4a7;
}
.color-5 {
color: #f6e4b6;
}

/* CSS Variables */
:root {
--color-1: #f5a3a6;
--color-2: #f6b4a7;
--color-3: #f6c3a7;
--color-4: #f6d4a7;
--color-5: #f6e4b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a3a6, #f6b4a7, #f6c3a7, #f6d4a7, #f6e4b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a3a6, #f6b4a7, #f6c3a7, #f6d4a7, #f6e4b6);
}

Pink Shades color palette created on .