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