Festive Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Festive Harmony palette

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

Festive Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #f5895b;
}
.color-2 {
color: #faad42;
}
.color-3 {
color: #fbd24b;
}
.color-4 {
color: #e5c866;
}
.color-5 {
color: #e0a9c7;
}

/* CSS Variables */
:root {
--color-1: #f5895b;
--color-2: #faad42;
--color-3: #fbd24b;
--color-4: #e5c866;
--color-5: #e0a9c7;
}

Festive Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5895b, #faad42, #fbd24b, #e5c866, #e0a9c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5895b, #faad42, #fbd24b, #e5c866, #e0a9c7);
}

Festive Harmony color palette created on .