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