Whimsical Romance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Romance palette

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

Whimsical Romance カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e1af;
}
.color-2 {
color: #f2c5b5;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #d9a1d3;
}
.color-5 {
color: #a77ccb;
}

/* CSS Variables */
:root {
--color-1: #f8e1af;
--color-2: #f2c5b5;
--color-3: #eab8d1;
--color-4: #d9a1d3;
--color-5: #a77ccb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1af, #f2c5b5, #eab8d1, #d9a1d3, #a77ccb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1af, #f2c5b5, #eab8d1, #d9a1d3, #a77ccb);
}

Whimsical Romance color palette created on .