Whispers of Faelen カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Faelen palette

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

Whispers of Faelen カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f7c7ab;
}
.color-3 {
color: #f9eaa4;
}
.color-4 {
color: #a4d7e5;
}
.color-5 {
color: #8ac6f5;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f7c7ab;
--color-3: #f9eaa4;
--color-4: #a4d7e5;
--color-5: #8ac6f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f7c7ab, #f9eaa4, #a4d7e5, #8ac6f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f7c7ab, #f9eaa4, #a4d7e5, #8ac6f5);
}

Whispers of Faelen color palette created on .