Orange Apple Pie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Apple Pie palette

このパレットを共有する先:

Orange Apple Pie カラーパレット CSS

/* CSS */
.color-1 {
color: #d28914;
}
.color-2 {
color: #e6b360;
}
.color-3 {
color: #f6cda7;
}
.color-4 {
color: #e8a67d;
}
.color-5 {
color: #a35c29;
}

/* CSS Variables */
:root {
--color-1: #d28914;
--color-2: #e6b360;
--color-3: #f6cda7;
--color-4: #e8a67d;
--color-5: #a35c29;
}

Orange Apple Pie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d28914, #e6b360, #f6cda7, #e8a67d, #a35c29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d28914, #e6b360, #f6cda7, #e8a67d, #a35c29);
}

Orange Apple Pie color palette created on .