Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades palette

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

Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a2a8;
}
.color-2 {
color: #f6afa7;
}
.color-3 {
color: #f6bfa7;
}
.color-4 {
color: #f6d0a7;
}
.color-5 {
color: #f6e2b1;
}

/* CSS Variables */
:root {
--color-1: #f6a2a8;
--color-2: #f6afa7;
--color-3: #f6bfa7;
--color-4: #f6d0a7;
--color-5: #f6e2b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a8, #f6afa7, #f6bfa7, #f6d0a7, #f6e2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a8, #f6afa7, #f6bfa7, #f6d0a7, #f6e2b1);
}

Pink Shades color palette created on .