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