Shades of Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink palette

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

Shades of Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #e8c545;
}
.color-2 {
color: #f0a85c;
}
.color-3 {
color: #f5776b;
}
.color-4 {
color: #e7558b;
}
.color-5 {
color: #b54f9c;
}

/* CSS Variables */
:root {
--color-1: #e8c545;
--color-2: #f0a85c;
--color-3: #f5776b;
--color-4: #e7558b;
--color-5: #b54f9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8c545, #f0a85c, #f5776b, #e7558b, #b54f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8c545, #f0a85c, #f5776b, #e7558b, #b54f9c);
}

Shades of Pink color palette created on .