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