Blushing Blooms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Blooms palette

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

Blushing Blooms カラーパレット CSS

/* CSS */
.color-1 {
color: #a60864;
}
.color-2 {
color: #d93a74;
}
.color-3 {
color: #f49ab9;
}
.color-4 {
color: #f4bedf;
}
.color-5 {
color: #f4e1e8;
}

/* CSS Variables */
:root {
--color-1: #a60864;
--color-2: #d93a74;
--color-3: #f49ab9;
--color-4: #f4bedf;
--color-5: #f4e1e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a60864, #d93a74, #f49ab9, #f4bedf, #f4e1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a60864, #d93a74, #f49ab9, #f4bedf, #f4e1e8);
}

Blushing Blooms color palette created on .