Penny カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Penny palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Penny カラーパレット (PNG) をダウンロード
Penny カラーパレット CSS
/* CSS */
.color-1 {
color: #c66e3f;
}
.color-2 {
color: #e6a15c;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f8e9aa;
}
.color-5 {
color: #f6baa7;
}
/* CSS Variables */
:root {
--color-1: #c66e3f;
--color-2: #e6a15c;
--color-3: #f1c84b;
--color-4: #f8e9aa;
--color-5: #f6baa7;
}
Penny の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c66e3f, #e6a15c, #f1c84b, #f8e9aa, #f6baa7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c66e3f, #e6a15c, #f1c84b, #f8e9aa, #f6baa7);
}
似たようなカラーパレット
Penny color palette created on .