Golden Marlene カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Marlene palette

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

Golden Marlene カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a34f;
}
.color-2 {
color: #f6b55a;
}
.color-3 {
color: #f8c56d;
}
.color-4 {
color: #f8d98b;
}
.color-5 {
color: #f9df9f;
}

/* CSS Variables */
:root {
--color-1: #f3a34f;
--color-2: #f6b55a;
--color-3: #f8c56d;
--color-4: #f8d98b;
--color-5: #f9df9f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a34f, #f6b55a, #f8c56d, #f8d98b, #f9df9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a34f, #f6b55a, #f8c56d, #f8d98b, #f9df9f);
}

Golden Marlene color palette created on .