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