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