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