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