Rotten Pink Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rotten Pink Shades palette

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

Rotten Pink Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #d05378;
}
.color-2 {
color: #e47c8d;
}
.color-3 {
color: #f0a3b1;
}
.color-4 {
color: #f9c3c6;
}
.color-5 {
color: #f8e8eb;
}

/* CSS Variables */
:root {
--color-1: #d05378;
--color-2: #e47c8d;
--color-3: #f0a3b1;
--color-4: #f9c3c6;
--color-5: #f8e8eb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d05378, #e47c8d, #f0a3b1, #f9c3c6, #f8e8eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d05378, #e47c8d, #f0a3b1, #f9c3c6, #f8e8eb);
}

Rotten Pink Shades color palette created on .