Cynthia's Radiant Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cynthia's Radiant Sunset palette

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

Cynthia's Radiant Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #faa200;
}
.color-2 {
color: #fae900;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #ff3d3d;
}
.color-5 {
color: #ff0080;
}

/* CSS Variables */
:root {
--color-1: #faa200;
--color-2: #fae900;
--color-3: #ff6d1f;
--color-4: #ff3d3d;
--color-5: #ff0080;
}

Cynthia's Radiant Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa200, #fae900, #ff6d1f, #ff3d3d, #ff0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa200, #fae900, #ff6d1f, #ff3d3d, #ff0080);
}

Cynthia's Radiant Sunset color palette created on .