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