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