Deep Cavern カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Cavern palette

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

Deep Cavern カラーパレット CSS

/* CSS */
.color-1 {
color: #2a2d3c;
}
.color-2 {
color: #4b5a7c;
}
.color-3 {
color: #6f7a9b;
}
.color-4 {
color: #a1c2d4;
}
.color-5 {
color: #e2f1f8;
}

/* CSS Variables */
:root {
--color-1: #2a2d3c;
--color-2: #4b5a7c;
--color-3: #6f7a9b;
--color-4: #a1c2d4;
--color-5: #e2f1f8;
}

Deep Cavern の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2d3c, #4b5a7c, #6f7a9b, #a1c2d4, #e2f1f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2d3c, #4b5a7c, #6f7a9b, #a1c2d4, #e2f1f8);
}

Deep Cavern color palette created on .