Petals in Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Petals in Bloom palette

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

Petals in Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b2;
}
.color-2 {
color: #f4c3d6;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f6dfe5;
}
.color-5 {
color: #fde7e9;
}

/* CSS Variables */
:root {
--color-1: #f1a7b2;
--color-2: #f4c3d6;
--color-3: #eab8d1;
--color-4: #f6dfe5;
--color-5: #fde7e9;
}

Petals in Bloom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b2, #f4c3d6, #eab8d1, #f6dfe5, #fde7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b2, #f4c3d6, #eab8d1, #f6dfe5, #fde7e9);
}

Petals in Bloom color palette created on .