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