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

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow and Green palette

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

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

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e5c157;
}
.color-3 {
color: #b8d86e;
}
.color-4 {
color: #6ccb8a;
}
.color-5 {
color: #1f8a8e;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e5c157;
--color-3: #b8d86e;
--color-4: #6ccb8a;
--color-5: #1f8a8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e5c157, #b8d86e, #6ccb8a, #1f8a8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e5c157, #b8d86e, #6ccb8a, #1f8a8e);
}

Shades of Yellow and Green color palette created on .