Cerebral Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cerebral Oasis palette

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

Cerebral Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #4c94d6;
}
.color-2 {
color: #6cb5e0;
}
.color-3 {
color: #88d9e7;
}
.color-4 {
color: #aff3e1;
}
.color-5 {
color: #f2f7f6;
}

/* CSS Variables */
:root {
--color-1: #4c94d6;
--color-2: #6cb5e0;
--color-3: #88d9e7;
--color-4: #aff3e1;
--color-5: #f2f7f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c94d6, #6cb5e0, #88d9e7, #aff3e1, #f2f7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c94d6, #6cb5e0, #88d9e7, #aff3e1, #f2f7f6);
}

Cerebral Oasis color palette created on .