Golden Tulip カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Tulip palette

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

Golden Tulip カラーパレット CSS

/* CSS */
.color-1 {
color: #eab239;
}
.color-2 {
color: #e1a82d;
}
.color-3 {
color: #d69e3d;
}
.color-4 {
color: #e5c16c;
}
.color-5 {
color: #f2d77d;
}

/* CSS Variables */
:root {
--color-1: #eab239;
--color-2: #e1a82d;
--color-3: #d69e3d;
--color-4: #e5c16c;
--color-5: #f2d77d;
}

Golden Tulip の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab239, #e1a82d, #d69e3d, #e5c16c, #f2d77d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab239, #e1a82d, #d69e3d, #e5c16c, #f2d77d);
}

Golden Tulip color palette created on .