Frosty Fiesta カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Frosty Fiesta palette

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

Frosty Fiesta カラーパレット CSS

/* CSS */
.color-1 {
color: #a1d5e8;
}
.color-2 {
color: #4bbead;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff2e62;
}

/* CSS Variables */
:root {
--color-1: #a1d5e8;
--color-2: #4bbead;
--color-3: #f9c54e;
--color-4: #ff6e61;
--color-5: #ff2e62;
}

Frosty Fiesta の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d5e8, #4bbead, #f9c54e, #ff6e61, #ff2e62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d5e8, #4bbead, #f9c54e, #ff6e61, #ff2e62);
}

Frosty Fiesta color palette created on .