Coral Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coral Oasis palette

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

Coral Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1ab6d5;
}
.color-2 {
color: #107b93;
}
.color-3 {
color: #2a4c60;
}
.color-4 {
color: #b3e6e0;
}
.color-5 {
color: #f6c1c2;
}

/* CSS Variables */
:root {
--color-1: #1ab6d5;
--color-2: #107b93;
--color-3: #2a4c60;
--color-4: #b3e6e0;
--color-5: #f6c1c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ab6d5, #107b93, #2a4c60, #b3e6e0, #f6c1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ab6d5, #107b93, #2a4c60, #b3e6e0, #f6c1c2);
}

Coral Oasis color palette created on .