Shades of Yellow and Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow and Purple palette

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

Shades of Yellow and Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #f5c76b;
}
.color-2 {
color: #ef9e6c;
}
.color-3 {
color: #d5796d;
}
.color-4 {
color: #a35c8e;
}
.color-5 {
color: #7b5c9d;
}

/* CSS Variables */
:root {
--color-1: #f5c76b;
--color-2: #ef9e6c;
--color-3: #d5796d;
--color-4: #a35c8e;
--color-5: #7b5c9d;
}

Shades of Yellow and Purple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c76b, #ef9e6c, #d5796d, #a35c8e, #7b5c9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c76b, #ef9e6c, #d5796d, #a35c8e, #7b5c9d);
}

Shades of Yellow and Purple color palette created on .