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