Warm Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Shades of Yellow palette

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

Warm Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f8d45d;
}
.color-3 {
color: #f6c5a7;
}
.color-4 {
color: #e77f7e;
}
.color-5 {
color: #c46898;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f8d45d;
--color-3: #f6c5a7;
--color-4: #e77f7e;
--color-5: #c46898;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f8d45d, #f6c5a7, #e77f7e, #c46898);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f8d45d, #f6c5a7, #e77f7e, #c46898);
}

Warm Shades of Yellow color palette created on .