Red and Blue Jester カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Blue Jester palette

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

Red and Blue Jester カラーパレット CSS

/* CSS */
.color-1 {
color: #a30034;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #0095b3;
}
.color-4 {
color: #007c8f;
}
.color-5 {
color: #d7b2d5;
}

/* CSS Variables */
:root {
--color-1: #a30034;
--color-2: #f5a300;
--color-3: #0095b3;
--color-4: #007c8f;
--color-5: #d7b2d5;
}

Red and Blue Jester の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30034, #f5a300, #0095b3, #007c8f, #d7b2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30034, #f5a300, #0095b3, #007c8f, #d7b2d5);
}

Red and Blue Jester color palette created on .