Corbin's Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Corbin's Oasis palette

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

Corbin's Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1f988c;
}
.color-2 {
color: #3ebb94;
}
.color-3 {
color: #5dd5a3;
}
.color-4 {
color: #a3e6b1;
}
.color-5 {
color: #f5e0a3;
}

/* CSS Variables */
:root {
--color-1: #1f988c;
--color-2: #3ebb94;
--color-3: #5dd5a3;
--color-4: #a3e6b1;
--color-5: #f5e0a3;
}

Corbin's Oasis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f988c, #3ebb94, #5dd5a3, #a3e6b1, #f5e0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f988c, #3ebb94, #5dd5a3, #a3e6b1, #f5e0a3);
}

Corbin's Oasis color palette created on .