Blue Opal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Opal palette

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

Blue Opal カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #b0c4d9;
}
.color-3 {
color: #e6e6e6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f48b2a;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #b0c4d9;
--color-3: #e6e6e6;
--color-4: #f1c84b;
--color-5: #f48b2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #b0c4d9, #e6e6e6, #f1c84b, #f48b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #b0c4d9, #e6e6e6, #f1c84b, #f48b2a);
}

Blue Opal color palette created on .