Blushing Archie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Archie palette

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

Blushing Archie カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c9ce;
}
.color-2 {
color: #f5b9a3;
}
.color-3 {
color: #f19a88;
}
.color-4 {
color: #ef7f71;
}
.color-5 {
color: #e86a59;
}

/* CSS Variables */
:root {
--color-1: #f8c9ce;
--color-2: #f5b9a3;
--color-3: #f19a88;
--color-4: #ef7f71;
--color-5: #e86a59;
}

Blushing Archie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9ce, #f5b9a3, #f19a88, #ef7f71, #e86a59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9ce, #f5b9a3, #f19a88, #ef7f71, #e86a59);
}

Blushing Archie color palette created on .