Nostalgic Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Nostalgic Whispers palette

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

Nostalgic Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c4e3;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #eb6b47;
}
.color-5 {
color: #c94e3b;
}

/* CSS Variables */
:root {
--color-1: #a6c4e3;
--color-2: #f0a800;
--color-3: #e9b79f;
--color-4: #eb6b47;
--color-5: #c94e3b;
}

Nostalgic Whispers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4e3, #f0a800, #e9b79f, #eb6b47, #c94e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4e3, #f0a800, #e9b79f, #eb6b47, #c94e3b);
}

Nostalgic Whispers color palette created on .