Hot Pink Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Hot Pink Shades palette
Hot Pink Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #a400b3;
}
.color-3 {
color: #6a2c90;
}
.color-4 {
color: #490070;
}
.color-5 {
color: #2d004d;
}
/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #a400b3;
--color-3: #6a2c90;
--color-4: #490070;
--color-5: #2d004d;
}
Hot Pink Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #a400b3, #6a2c90, #490070, #2d004d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #a400b3, #6a2c90, #490070, #2d004d);
}
似たようなカラーパレット
Hot Pink Shades color palette created on .