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