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: #b17c3e;
}
.color-2 {
color: #ae3d3d;
}
.color-3 {
color: #9a2374;
}
.color-4 {
color: #5520b1;
}
.color-5 {
color: #2976db;
}
/* CSS Variables */
:root {
--color-1: #b17c3e;
--color-2: #ae3d3d;
--color-3: #9a2374;
--color-4: #5520b1;
--color-5: #2976db;
}
Shades of Pink の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b17c3e, #ae3d3d, #9a2374, #5520b1, #2976db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b17c3e, #ae3d3d, #9a2374, #5520b1, #2976db);
}
似たようなカラーパレット
Shades of Pink color palette created on .