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