Literary Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Literary Dreams palette
Literary Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #3b5897;
}
.color-2 {
color: #899bc2;
}
.color-3 {
color: #dee2ed;
}
.color-4 {
color: #f7f7f7;
}
.color-5 {
color: #f6cbcb;
}
/* CSS Variables */
:root {
--color-1: #3b5897;
--color-2: #899bc2;
--color-3: #dee2ed;
--color-4: #f7f7f7;
--color-5: #f6cbcb;
}
Literary Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5897, #899bc2, #dee2ed, #f7f7f7, #f6cbcb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5897, #899bc2, #dee2ed, #f7f7f7, #f6cbcb);
}
似たようなカラーパレット
Literary Dreams color palette created on .