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