Blushing Blooms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Blooms palette

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

Blushing Blooms カラーパレット CSS

/* CSS */
.color-1 {
color: #f8cab4;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e77e95;
}
.color-4 {
color: #e75566;
}
.color-5 {
color: #d62e4d;
}

/* CSS Variables */
:root {
--color-1: #f8cab4;
--color-2: #f1a8a2;
--color-3: #e77e95;
--color-4: #e75566;
--color-5: #d62e4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cab4, #f1a8a2, #e77e95, #e75566, #d62e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cab4, #f1a8a2, #e77e95, #e75566, #d62e4d);
}

Blushing Blooms color palette created on .