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