Courageous Tide カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Courageous Tide palette

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

Courageous Tide カラーパレット CSS

/* CSS */
.color-1 {
color: #3c5a9a;
}
.color-2 {
color: #507a9b;
}
.color-3 {
color: #6cb7a9;
}
.color-4 {
color: #a8e1d4;
}
.color-5 {
color: #f1b2a2;
}

/* CSS Variables */
:root {
--color-1: #3c5a9a;
--color-2: #507a9b;
--color-3: #6cb7a9;
--color-4: #a8e1d4;
--color-5: #f1b2a2;
}

Courageous Tide の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c5a9a, #507a9b, #6cb7a9, #a8e1d4, #f1b2a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c5a9a, #507a9b, #6cb7a9, #a8e1d4, #f1b2a2);
}

Courageous Tide color palette created on .