Literary Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Literary Hues palette

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

Literary Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #e2cfcf;
}
.color-2 {
color: #b7a39f;
}
.color-3 {
color: #a688b9;
}
.color-4 {
color: #8c6ab9;
}
.color-5 {
color: #6b4f92;
}

/* CSS Variables */
:root {
--color-1: #e2cfcf;
--color-2: #b7a39f;
--color-3: #a688b9;
--color-4: #8c6ab9;
--color-5: #6b4f92;
}

Literary Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2cfcf, #b7a39f, #a688b9, #8c6ab9, #6b4f92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2cfcf, #b7a39f, #a688b9, #8c6ab9, #6b4f92);
}

Literary Hues color palette created on .