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