Pink Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Oasis palette

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

Pink Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b6c5;
}
.color-2 {
color: #f6e1b1;
}
.color-3 {
color: #a6d8b5;
}
.color-4 {
color: #b5d8e8;
}
.color-5 {
color: #f9aeae;
}

/* CSS Variables */
:root {
--color-1: #f6b6c5;
--color-2: #f6e1b1;
--color-3: #a6d8b5;
--color-4: #b5d8e8;
--color-5: #f9aeae;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b6c5, #f6e1b1, #a6d8b5, #b5d8e8, #f9aeae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b6c5, #f6e1b1, #a6d8b5, #b5d8e8, #f9aeae);
}

Pink Oasis color palette created on .