Azure Sunset Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Sunset Bliss palette

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

Azure Sunset Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #6b94e6;
}
.color-2 {
color: #7ca0e9;
}
.color-3 {
color: #a8c7f0;
}
.color-4 {
color: #f0b55c;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #6b94e6;
--color-2: #7ca0e9;
--color-3: #a8c7f0;
--color-4: #f0b55c;
--color-5: #f76e6e;
}

Azure Sunset Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b94e6, #7ca0e9, #a8c7f0, #f0b55c, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b94e6, #7ca0e9, #a8c7f0, #f0b55c, #f76e6e);
}

Azure Sunset Bliss color palette created on .