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