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