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