Blue Uranus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Uranus palette

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

Blue Uranus カラーパレット CSS

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #6cceef;
}
.color-3 {
color: #a6e1e8;
}
.color-4 {
color: #f8ffad;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #6cceef;
--color-3: #a6e1e8;
--color-4: #f8ffad;
--color-5: #ff6e61;
}

Blue Uranus の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #6cceef, #a6e1e8, #f8ffad, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #6cceef, #a6e1e8, #f8ffad, #ff6e61);
}

Blue Uranus color palette created on .