Conrad's Horizon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Conrad's Horizon palette

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

Conrad's Horizon カラーパレット CSS

/* CSS */
.color-1 {
color: #3b5a8c;
}
.color-2 {
color: #588bbb;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #f7d7b1;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #3b5a8c;
--color-2: #588bbb;
--color-3: #a3c7e0;
--color-4: #f7d7b1;
--color-5: #f1a8a2;
}

Conrad's Horizon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5a8c, #588bbb, #a3c7e0, #f7d7b1, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5a8c, #588bbb, #a3c7e0, #f7d7b1, #f1a8a2);
}

Conrad's Horizon color palette created on .