Azul y Celeste カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Azul y Celeste palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Azul y Celeste カラーパレット (PNG) をダウンロード
Azul y Celeste カラーパレット CSS
/* CSS */
.color-1 {
color: #06385b;
}
.color-2 {
color: #0c4650;
}
.color-3 {
color: #105156;
}
.color-4 {
color: #1a5a5b;
}
.color-5 {
color: #2e4d61;
}
/* CSS Variables */
:root {
--color-1: #06385b;
--color-2: #0c4650;
--color-3: #105156;
--color-4: #1a5a5b;
--color-5: #2e4d61;
}
Azul y Celeste の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #06385b, #0c4650, #105156, #1a5a5b, #2e4d61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #06385b, #0c4650, #105156, #1a5a5b, #2e4d61);
}
似たようなカラーパレット
Azul y Celeste color palette created on .