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