Blushing Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Oasis palette

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

Blushing Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #fe2aa2;
}
.color-2 {
color: #f27891;
}
.color-3 {
color: #f5b8c4;
}
.color-4 {
color: #f2d4e4;
}
.color-5 {
color: #e6c1dc;
}

/* CSS Variables */
:root {
--color-1: #fe2aa2;
--color-2: #f27891;
--color-3: #f5b8c4;
--color-4: #f2d4e4;
--color-5: #e6c1dc;
}

Blushing Oasis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe2aa2, #f27891, #f5b8c4, #f2d4e4, #e6c1dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe2aa2, #f27891, #f5b8c4, #f2d4e4, #e6c1dc);
}

Blushing Oasis color palette created on .