Yellow Starfruit カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Starfruit palette

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

Yellow Starfruit カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e2b1;
}
.color-2 {
color: #f8c749;
}
.color-3 {
color: #f9a83e;
}
.color-4 {
color: #d67c2e;
}
.color-5 {
color: #a75f25;
}

/* CSS Variables */
:root {
--color-1: #f6e2b1;
--color-2: #f8c749;
--color-3: #f9a83e;
--color-4: #d67c2e;
--color-5: #a75f25;
}

Yellow Starfruit の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b1, #f8c749, #f9a83e, #d67c2e, #a75f25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b1, #f8c749, #f9a83e, #d67c2e, #a75f25);
}

Yellow Starfruit color palette created on .