Frigophill カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Frigophill palette

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

Frigophill カラーパレット CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #73d0e7;
}
.color-3 {
color: #b2e7f0;
}
.color-4 {
color: #f4e2b4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #73d0e7;
--color-3: #b2e7f0;
--color-4: #f4e2b4;
--color-5: #ff6e61;
}

Frigophill の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #73d0e7, #b2e7f0, #f4e2b4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #73d0e7, #b2e7f0, #f4e2b4, #ff6e61);
}

Frigophill color palette created on .