Blossoming Romance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossoming Romance palette

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

Blossoming Romance カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c7b4;
}
.color-2 {
color: #ffba75;
}
.color-3 {
color: #f2e1a1;
}
.color-4 {
color: #b3e0e5;
}
.color-5 {
color: #7dc7ca;
}

/* CSS Variables */
:root {
--color-1: #f9c7b4;
--color-2: #ffba75;
--color-3: #f2e1a1;
--color-4: #b3e0e5;
--color-5: #7dc7ca;
}

Blossoming Romance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c7b4, #ffba75, #f2e1a1, #b3e0e5, #7dc7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c7b4, #ffba75, #f2e1a1, #b3e0e5, #7dc7ca);
}

Blossoming Romance color palette created on .