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