Cory's Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cory's Oasis palette

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

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

/* CSS */
.color-1 {
color: #1d8b89;
}
.color-2 {
color: #4cb8a0;
}
.color-3 {
color: #7ad1b7;
}
.color-4 {
color: #b2f0d1;
}
.color-5 {
color: #f9f9ae;
}

/* CSS Variables */
:root {
--color-1: #1d8b89;
--color-2: #4cb8a0;
--color-3: #7ad1b7;
--color-4: #b2f0d1;
--color-5: #f9f9ae;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8b89, #4cb8a0, #7ad1b7, #b2f0d1, #f9f9ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8b89, #4cb8a0, #7ad1b7, #b2f0d1, #f9f9ae);
}

Cory's Oasis color palette created on .