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