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