Golden Crispy Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Crispy Delight palette

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

Golden Crispy Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #fbc228;
}
.color-2 {
color: #f4941f;
}
.color-3 {
color: #ea7e1f;
}
.color-4 {
color: #e05f1a;
}
.color-5 {
color: #d25019;
}

/* CSS Variables */
:root {
--color-1: #fbc228;
--color-2: #f4941f;
--color-3: #ea7e1f;
--color-4: #e05f1a;
--color-5: #d25019;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc228, #f4941f, #ea7e1f, #e05f1a, #d25019);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc228, #f4941f, #ea7e1f, #e05f1a, #d25019);
}

Golden Crispy Delight color palette created on .