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: #f9a824;
}
.color-2 {
color: #f7c34a;
}
.color-3 {
color: #f2d8a1;
}
.color-4 {
color: #d9b8e5;
}
.color-5 {
color: #a87bc6;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f7c34a;
--color-3: #f2d8a1;
--color-4: #d9b8e5;
--color-5: #a87bc6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f7c34a, #f2d8a1, #d9b8e5, #a87bc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f7c34a, #f2d8a1, #d9b8e5, #a87bc6);
}

Shades of Yellow and Purple color palette created on .