Crimson Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Oasis palette

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

Crimson Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #7ece83;
}
.color-3 {
color: #ff9a5c;
}
.color-4 {
color: #4eb1a4;
}
.color-5 {
color: #d95a3a;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #7ece83;
--color-3: #ff9a5c;
--color-4: #4eb1a4;
--color-5: #d95a3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #7ece83, #ff9a5c, #4eb1a4, #d95a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #7ece83, #ff9a5c, #4eb1a4, #d95a3a);
}

Crimson Oasis color palette created on .