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