Shades of Pink カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink カラー パレット PNG 画像
Shades of Pink カラーパレット CSS
/* CSS */
.color-1 {
color: #0e0213;
}
.color-2 {
color: #41061a;
}
.color-3 {
color: #590817;
}
.color-4 {
color: #790c1c;
}
.color-5 {
color: #a0183c;
}
/* CSS Variables */
:root {
--color-1: #0e0213;
--color-2: #41061a;
--color-3: #590817;
--color-4: #790c1c;
--color-5: #a0183c;
}
Shades of Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e0213, #41061a, #590817, #790c1c, #a0183c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e0213, #41061a, #590817, #790c1c, #a0183c);
}
似たようなカラーパレット
Shades of Pink color palette created on .