Heavenly Harvest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Heavenly Harvest palette

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

Heavenly Harvest カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d89f;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #e64e3d;
}
.color-4 {
color: #ec905b;
}
.color-5 {
color: #7dbaca;
}

/* CSS Variables */
:root {
--color-1: #f9d89f;
--color-2: #f6b83c;
--color-3: #e64e3d;
--color-4: #ec905b;
--color-5: #7dbaca;
}

Heavenly Harvest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d89f, #f6b83c, #e64e3d, #ec905b, #7dbaca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d89f, #f6b83c, #e64e3d, #ec905b, #7dbaca);
}

Heavenly Harvest color palette created on .