Pink Neapolitan カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pink Neapolitan palette
Pink Neapolitan カラーパレット (PNG) をダウンロード
Pink Neapolitan カラーパレット CSS
/* CSS */
.color-1 {
color: #f8e1ce;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #e0a48a;
}
.color-4 {
color: #c76b57;
}
.color-5 {
color: #7d3c3b;
}
/* CSS Variables */
:root {
--color-1: #f8e1ce;
--color-2: #f4c3b3;
--color-3: #e0a48a;
--color-4: #c76b57;
--color-5: #7d3c3b;
}
Pink Neapolitan の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1ce, #f4c3b3, #e0a48a, #c76b57, #7d3c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1ce, #f4c3b3, #e0a48a, #c76b57, #7d3c3b);
}
似たようなカラーパレット
Pink Neapolitan color palette created on .