Sweet Nostalgia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Nostalgia palette

このパレットを共有する先:

Sweet Nostalgia カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e9d2;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #f18390;
}
.color-5 {
color: #e2505e;
}

/* CSS Variables */
:root {
--color-1: #f9e9d2;
--color-2: #f4c3b3;
--color-3: #f1a8a2;
--color-4: #f18390;
--color-5: #e2505e;
}

Sweet Nostalgia の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e9d2, #f4c3b3, #f1a8a2, #f18390, #e2505e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e9d2, #f4c3b3, #f1a8a2, #f18390, #e2505e);
}

Sweet Nostalgia color palette created on .