Warm Bastien カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Bastien palette

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

Warm Bastien カラーパレット CSS

/* CSS */
.color-1 {
color: #fbbd23;
}
.color-2 {
color: #f59f0a;
}
.color-3 {
color: #f97415;
}
.color-4 {
color: #ef4343;
}
.color-5 {
color: #c12525;
}

/* CSS Variables */
:root {
--color-1: #fbbd23;
--color-2: #f59f0a;
--color-3: #f97415;
--color-4: #ef4343;
--color-5: #c12525;
}

Warm Bastien の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbbd23, #f59f0a, #f97415, #ef4343, #c12525);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbbd23, #f59f0a, #f97415, #ef4343, #c12525);
}

Warm Bastien color palette created on .