Cyrus' Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cyrus' Oasis palette

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

Cyrus' Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1eabbe;
}
.color-2 {
color: #5dd5d1;
}
.color-3 {
color: #a2e2e2;
}
.color-4 {
color: #f1e8b7;
}
.color-5 {
color: #f6a8a2;
}

/* CSS Variables */
:root {
--color-1: #1eabbe;
--color-2: #5dd5d1;
--color-3: #a2e2e2;
--color-4: #f1e8b7;
--color-5: #f6a8a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1eabbe, #5dd5d1, #a2e2e2, #f1e8b7, #f6a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1eabbe, #5dd5d1, #a2e2e2, #f1e8b7, #f6a8a2);
}

Cyrus' Oasis color palette created on .