Orange Ratatouille カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Ratatouille palette
Orange Ratatouille カラーパレット (PNG) をダウンロード
Orange Ratatouille カラーパレット CSS
/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #d95e36;
}
.color-3 {
color: #6f4c3e;
}
.color-4 {
color: #8e9b78;
}
.color-5 {
color: #f1f2f3;
}
/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #d95e36;
--color-3: #6f4c3e;
--color-4: #8e9b78;
--color-5: #f1f2f3;
}
Orange Ratatouille の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #d95e36, #6f4c3e, #8e9b78, #f1f2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #d95e36, #6f4c3e, #8e9b78, #f1f2f3);
}
似たようなカラーパレット
Orange Ratatouille color palette created on .