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