Whispers of Ashmay カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Ashmay palette

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

Whispers of Ashmay カラーパレット CSS

/* CSS */
.color-1 {
color: #f9a79f;
}
.color-2 {
color: #f2e7ba;
}
.color-3 {
color: #c5d1e7;
}
.color-4 {
color: #6da0df;
}
.color-5 {
color: #4d86b3;
}

/* CSS Variables */
:root {
--color-1: #f9a79f;
--color-2: #f2e7ba;
--color-3: #c5d1e7;
--color-4: #6da0df;
--color-5: #4d86b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a79f, #f2e7ba, #c5d1e7, #6da0df, #4d86b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a79f, #f2e7ba, #c5d1e7, #6da0df, #4d86b3);
}

Whispers of Ashmay color palette created on .