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