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