Blushing Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Oasis palette

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

Blushing Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7b6;
}
.color-2 {
color: #f7c4b6;
}
.color-3 {
color: #f7d6a1;
}
.color-4 {
color: #f0e6a3;
}
.color-5 {
color: #a7d7d3;
}

/* CSS Variables */
:root {
--color-1: #f1a7b6;
--color-2: #f7c4b6;
--color-3: #f7d6a1;
--color-4: #f0e6a3;
--color-5: #a7d7d3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b6, #f7c4b6, #f7d6a1, #f0e6a3, #a7d7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b6, #f7c4b6, #f7d6a1, #f0e6a3, #a7d7d3);
}

Blushing Oasis color palette created on .