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