Whispers of Hashinia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Hashinia palette

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

Whispers of Hashinia カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c3b4;
}
.color-2 {
color: #e0a3d5;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #39ac8a;
}
.color-5 {
color: #f6d8a7;
}

/* CSS Variables */
:root {
--color-1: #f8c3b4;
--color-2: #e0a3d5;
--color-3: #a2c7e7;
--color-4: #39ac8a;
--color-5: #f6d8a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c3b4, #e0a3d5, #a2c7e7, #39ac8a, #f6d8a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c3b4, #e0a3d5, #a2c7e7, #39ac8a, #f6d8a7);
}

Whispers of Hashinia color palette created on .