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