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