Serene Azure Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Azure Breeze palette

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

Serene Azure Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #3a7cd9;
}
.color-2 {
color: #6bb9e6;
}
.color-3 {
color: #a1d6e8;
}
.color-4 {
color: #e0f0f5;
}
.color-5 {
color: #f7b6b6;
}

/* CSS Variables */
:root {
--color-1: #3a7cd9;
--color-2: #6bb9e6;
--color-3: #a1d6e8;
--color-4: #e0f0f5;
--color-5: #f7b6b6;
}

Serene Azure Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7cd9, #6bb9e6, #a1d6e8, #e0f0f5, #f7b6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7cd9, #6bb9e6, #a1d6e8, #e0f0f5, #f7b6b6);
}

Serene Azure Breeze color palette created on .