Blushing Almonds カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Almonds palette

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

Blushing Almonds カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e4d9;
}
.color-2 {
color: #f2b0a6;
}
.color-3 {
color: #eca4a2;
}
.color-4 {
color: #d98f8c;
}
.color-5 {
color: #c76b6d;
}

/* CSS Variables */
:root {
--color-1: #f7e4d9;
--color-2: #f2b0a6;
--color-3: #eca4a2;
--color-4: #d98f8c;
--color-5: #c76b6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e4d9, #f2b0a6, #eca4a2, #d98f8c, #c76b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e4d9, #f2b0a6, #eca4a2, #d98f8c, #c76b6d);
}

Blushing Almonds color palette created on .