Whimsical Forest Blooms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Forest Blooms palette

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

Whimsical Forest Blooms カラーパレット CSS

/* CSS */
.color-1 {
color: #95b1a5;
}
.color-2 {
color: #8fc14e;
}
.color-3 {
color: #9a6098;
}
.color-4 {
color: #df308d;
}
.color-5 {
color: #158084;
}

/* CSS Variables */
:root {
--color-1: #95b1a5;
--color-2: #8fc14e;
--color-3: #9a6098;
--color-4: #df308d;
--color-5: #158084;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95b1a5, #8fc14e, #9a6098, #df308d, #158084);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95b1a5, #8fc14e, #9a6098, #df308d, #158084);
}

Whimsical Forest Blooms color palette created on .