Retro Romance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Retro Romance palette
Retro Romance カラー パレット PNG 画像
Retro Romance カラーパレット CSS
/* CSS */
.color-1 {
color: #4d0f1f;
}
.color-2 {
color: #7a1a28;
}
.color-3 {
color: #a72a3d;
}
.color-4 {
color: #d44e63;
}
.color-5 {
color: #f09b8a;
}
/* CSS Variables */
:root {
--color-1: #4d0f1f;
--color-2: #7a1a28;
--color-3: #a72a3d;
--color-4: #d44e63;
--color-5: #f09b8a;
}
Retro Romance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0f1f, #7a1a28, #a72a3d, #d44e63, #f09b8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0f1f, #7a1a28, #a72a3d, #d44e63, #f09b8a);
}
似たようなカラーパレット
Retro Romance color palette created on .