Petals of Romance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Petals of Romance palette

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

Petals of Romance カラーパレット CSS

/* CSS */
.color-1 {
color: #f74b8a;
}
.color-2 {
color: #f6b1c1;
}
.color-3 {
color: #f6d5e1;
}
.color-4 {
color: #f6b1c0;
}
.color-5 {
color: #f67999;
}

/* CSS Variables */
:root {
--color-1: #f74b8a;
--color-2: #f6b1c1;
--color-3: #f6d5e1;
--color-4: #f6b1c0;
--color-5: #f67999;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f74b8a, #f6b1c1, #f6d5e1, #f6b1c0, #f67999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f74b8a, #f6b1c1, #f6d5e1, #f6b1c0, #f67999);
}

Petals of Romance color palette created on .