Crimson and Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson and Gold palette

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

Crimson and Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #ed6a45;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f6d66f;
}
.color-5 {
color: #a6d8d1;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #ed6a45;
--color-3: #f6b83c;
--color-4: #f6d66f;
--color-5: #a6d8d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #ed6a45, #f6b83c, #f6d66f, #a6d8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #ed6a45, #f6b83c, #f6d66f, #a6d8d1);
}

Crimson and Gold color palette created on .