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