Blossom Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Blush palette

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

Blossom Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #feeadc;
}
.color-2 {
color: #f8afb8;
}
.color-3 {
color: #f47b99;
}
.color-4 {
color: #f45d69;
}
.color-5 {
color: #e74b4b;
}

/* CSS Variables */
:root {
--color-1: #feeadc;
--color-2: #f8afb8;
--color-3: #f47b99;
--color-4: #f45d69;
--color-5: #e74b4b;
}

Blossom Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #feeadc, #f8afb8, #f47b99, #f45d69, #e74b4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #feeadc, #f8afb8, #f47b99, #f45d69, #e74b4b);
}

Blossom Blush color palette created on .