Sunset Over Albufera カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Over Albufera palette

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

Sunset Over Albufera カラーパレット CSS

/* CSS */
.color-1 {
color: #e6a57a;
}
.color-2 {
color: #d06a3e;
}
.color-3 {
color: #b4412d;
}
.color-4 {
color: #6b2a1e;
}
.color-5 {
color: #4b1b1b;
}

/* CSS Variables */
:root {
--color-1: #e6a57a;
--color-2: #d06a3e;
--color-3: #b4412d;
--color-4: #6b2a1e;
--color-5: #4b1b1b;
}

Sunset Over Albufera の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a57a, #d06a3e, #b4412d, #6b2a1e, #4b1b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a57a, #d06a3e, #b4412d, #6b2a1e, #4b1b1b);
}

Sunset Over Albufera color palette created on .