Shades of Yellow Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow Red palette

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

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

/* CSS */
.color-1 {
color: #f5c400;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #e13e33;
}
.color-4 {
color: #c64e74;
}
.color-5 {
color: #995e9c;
}

/* CSS Variables */
:root {
--color-1: #f5c400;
--color-2: #e6a400;
--color-3: #e13e33;
--color-4: #c64e74;
--color-5: #995e9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c400, #e6a400, #e13e33, #c64e74, #995e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c400, #e6a400, #e13e33, #c64e74, #995e9c);
}

Shades of Yellow Red color palette created on .