Foxy Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Foxy Elegance palette

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

Foxy Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #d57d39;
}
.color-3 {
color: #c2b180;
}
.color-4 {
color: #7e4c3a;
}
.color-5 {
color: #aa4b6c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #d57d39;
--color-3: #c2b180;
--color-4: #7e4c3a;
--color-5: #aa4b6c;
}

Foxy Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #d57d39, #c2b180, #7e4c3a, #aa4b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #d57d39, #c2b180, #7e4c3a, #aa4b6c);
}

Foxy Elegance color palette created on .