Orange Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Delight palette
Orange Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #d85f0e;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f6d12c;
}
.color-4 {
color: #f0e19e;
}
.color-5 {
color: #f7c5a6;
}
/* CSS Variables */
:root {
--color-1: #d85f0e;
--color-2: #f0a800;
--color-3: #f6d12c;
--color-4: #f0e19e;
--color-5: #f7c5a6;
}
Orange Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85f0e, #f0a800, #f6d12c, #f0e19e, #f7c5a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85f0e, #f0a800, #f6d12c, #f0e19e, #f7c5a6);
}
Orange Delight color palette created on .