Fresh Beginnings カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fresh Beginnings palette

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

Fresh Beginnings カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #e3f0e0;
}
.color-3 {
color: #f9e3ae;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #e8493b;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #e3f0e0;
--color-3: #f9e3ae;
--color-4: #f6b83c;
--color-5: #e8493b;
}

Fresh Beginnings の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #e3f0e0, #f9e3ae, #f6b83c, #e8493b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #e3f0e0, #f9e3ae, #f6b83c, #e8493b);
}

Fresh Beginnings color palette created on .